commit | 899ac10cc0bdaaee3b908e390bf94d2f1ba5d512 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Jun 07 17:40:30 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Thu Jul 30 08:22:47 2020 +0200 |
tree | 744d3462337069695141aaa37bbca418473dd370 | |
parent | c8376994c86c4eb02b9a1032cd3a8d44c911d671 [diff] |
initrd: remove the BLKFLSBUF call in handle_initrd 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> Acked-by: Linus Torvalds <torvalds@linux-foundation.org>