Re: [PATCH] zonefs: select CONFIG_CRC32

2021-01-03 Thread Damien Le Moal
On 2021/01/04 6:44, Arnd Bergmann wrote: > From: Arnd Bergmann > > When CRC32 is disabled, zonefs cannot be linked: > > ld: fs/zonefs/super.o: in function `zonefs_fill_super': > > Add a Kconfig 'select' statement for it. > > Fixes: 8dcc1a9d90c1 ("fs: New zonefs file system") > Signed-off-by: A

[PATCH] zonefs: select CONFIG_CRC32

2021-01-03 Thread Arnd Bergmann
From: Arnd Bergmann When CRC32 is disabled, zonefs cannot be linked: ld: fs/zonefs/super.o: in function `zonefs_fill_super': Add a Kconfig 'select' statement for it. Fixes: 8dcc1a9d90c1 ("fs: New zonefs file system") Signed-off-by: Arnd Bergmann --- fs/zonefs/Kconfig | 1 + 1 file changed, 1