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 <[email protected]> Signed-off-by: Damien Le Moal <[email protected]>
1 parent e71ba94 commit 4f8b848

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)