Skip to content

Commit 996e435

Browse files
committed
Merge tag 'zonefs-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs
Pull zonefs fix from Damien Le Moal: "A single patch from Arnd to fix a missing dependency in zonefs Kconfig" * tag 'zonefs-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs: zonefs: select CONFIG_CRC32
2 parents 263da33 + 4f8b848 commit 996e435

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)