]> git.ipfire.org Git - thirdparty/linux.git/commit - init/initramfs.c
initramfs: remove the populate_initrd_image and clean_rootfs stubs
authorChristoph Hellwig <hch@lst.de>
Sat, 6 Jun 2020 11:51:52 +0000 (13:51 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 30 Jul 2020 06:22:47 +0000 (08:22 +0200)
commit9ab6b718491b1a3c3eeb52f32a428dc0cbf5bb80
tree95e29ba646f16d655db263e708538b065a27ada8
parent9acc17baf1fd6369cf969b1130bcf8c4b616ecfb
initramfs: remove the populate_initrd_image and clean_rootfs stubs

If initrd support is not enable just print the warning directly instead
of hiding the fact that we just failed behind two stub functions.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
init/initramfs.c