Commit 0dda2ddb authored by Johannes Thumshirn's avatar Johannes Thumshirn Committed by Damien Le Moal
Browse files

zonefs: select FS_IOMAP



Zonefs makes use of iomap internally, so it should also select iomap in
Kconfig.

Signed-off-by: default avatarJohannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: default avatarDamien Le Moal <damien.lemoal@wdc.com>
parent 7c69eb84
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ config ZONEFS_FS
	tristate "zonefs filesystem support"
	depends on BLOCK
	depends on BLK_DEV_ZONED
	select FS_IOMAP
	help
	  zonefs is a simple file system which exposes zones of a zoned block
	  device (e.g. host-managed or host-aware SMR disk drives) as files.