Skip to content

Commit 4f8b848

Browse files
arndbdamien-lemoal
authored andcommitted
zonefs: select CONFIG_CRC32
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: 8dcc1a9 ("fs: New zonefs file system") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
1 parent e71ba94 commit 4f8b848

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/zonefs/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ config ZONEFS_FS
33
depends on BLOCK
44
depends on BLK_DEV_ZONED
55
select FS_IOMAP
6+
select CRC32
67
help
78
zonefs is a simple file system which exposes zones of a zoned block
89
device (e.g. host-managed or host-aware SMR disk drives) as files.

0 commit comments

Comments
 (0)