From: Johannes Thumshirn Date: Tue, 25 Feb 2020 21:03:33 +0000 (+0100) Subject: zonefs: select FS_IOMAP X-Git-Tag: v5.6-rc4~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0dda2ddb7ded1395189e95d43106469687c07795;p=thirdparty%2Fkernel%2Flinux.git zonefs: select FS_IOMAP Zonefs makes use of iomap internally, so it should also select iomap in Kconfig. Signed-off-by: Johannes Thumshirn Signed-off-by: Damien Le Moal --- diff --git a/fs/zonefs/Kconfig b/fs/zonefs/Kconfig index fb87ad372e297..ef2697b78820d 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.