Re: [PATCH] initramfs: Remove redundant dependency of RD_ZSTD on BLK_DEV_INITRD

2021-02-23 Thread Masahiro Yamada
On Mon, Feb 22, 2021 at 9:54 PM Geert Uytterhoeven wrote: > > Commit be1859bdc660213b ("initramfs: remove redundant dependency on > BLK_DEV_INITRD") removed all redundant dependencies on BLK_DEV_INITRD, > but the recent addition of zstd support introduced a new one. This patch is trivial. Applied

[PATCH] initramfs: Remove redundant dependency of RD_ZSTD on BLK_DEV_INITRD

2021-02-22 Thread Geert Uytterhoeven
Commit be1859bdc660213b ("initramfs: remove redundant dependency on BLK_DEV_INITRD") removed all redundant dependencies on BLK_DEV_INITRD, but the recent addition of zstd support introduced a new one. Fixes: a30d8a39f0571425 ("usr: Add support for zstd compressed initramfs") Signed-off-by: Geert U