zonefs: select FS_IOMAP
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Tue, 25 Feb 2020 21:03:33 +0000 (22:03 +0100)
committerDamien Le Moal <damien.lemoal@wdc.com>
Wed, 26 Feb 2020 07:58:15 +0000 (16:58 +0900)
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>
fs/zonefs/Kconfig

index fb87ad3..ef2697b 100644 (file)
@@ -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.