]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
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 fb87ad372e297d19b954a7c8187c8657a0f223cb..ef2697b78820d4634f47a258313e7ddca43daa11 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.