Re: [PATCH 09/16] initrd: remove the BLKFLSBUF call in handle_initrd
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2020-07-03 03:40:44
Also in:
linux-fsdevel, lkml
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2020-07-03 03:40:44
Also in:
linux-fsdevel, lkml
On 2020-06-15 05:53, Christoph Hellwig wrote:
BLKFLSBUF used to be overloaded for the ramdisk driver to free the whole
ramdisk, which was completely different behavior compared to all other
drivers. But this magic overload got removed in commit ff26956875c2
("brd: remove support for BLKFLSBUF"), so this call is entirely
pointless now.
Signed-off-by: Christoph Hellwig <hch@lst.de>Does *anyone* use initrd as opposed to initramfs anymore? It would seem like a good candidate for deprecation/removal. -hpa