aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>2020-02-25 22:03:33 +0100
committerDamien Le Moal <damien.lemoal@wdc.com>2020-02-26 16:58:15 +0900
commit0dda2ddb7ded1395189e95d43106469687c07795 (patch)
treed895356e25e968d551bd3fb21562821eff5f3332
parentzonefs: fix IOCB_NOWAIT handling (diff)
downloadlinux-dev-0dda2ddb7ded1395189e95d43106469687c07795.tar.xz
linux-dev-0dda2ddb7ded1395189e95d43106469687c07795.zip
zonefs: select FS_IOMAP
Zonefs makes use of iomap internally, so it should also select iomap in Kconfig. Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Diffstat (limited to '')
-rw-r--r--fs/zonefs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/zonefs/Kconfig b/fs/zonefs/Kconfig
index fb87ad372e29..ef2697b78820 100644
--- a/fs/zonefs/Kconfig
+++ b/fs/zonefs/Kconfig
@@ -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.