Skip to content

Commit 0dda2dd

Browse files
morbidrsadamien-lemoal
authored andcommitted
zonefs: select FS_IOMAP
Zonefs makes use of iomap internally, so it should also select iomap in Kconfig. Signed-off-by: Johannes Thumshirn <[email protected]> Signed-off-by: Damien Le Moal <[email protected]>
1 parent 7c69eb8 commit 0dda2dd

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
@@ -2,6 +2,7 @@ config ZONEFS_FS
22
tristate "zonefs filesystem support"
33
depends on BLOCK
44
depends on BLK_DEV_ZONED
5+
select FS_IOMAP
56
help
67
zonefs is a simple file system which exposes zones of a zoned block
78
device (e.g. host-managed or host-aware SMR disk drives) as files.

0 commit comments

Comments
 (0)