diff options
author | Johannes Thumshirn <johannes.thumshirn@wdc.com> | 2020-02-25 22:03:33 +0100 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@wdc.com> | 2020-02-26 16:58:15 +0900 |
commit | 0dda2ddb7ded1395189e95d43106469687c07795 (patch) | |
tree | d895356e25e968d551bd3fb21562821eff5f3332 /fs/zonefs/Kconfig | |
parent | 7c69eb84d98a28c428f902318c20c53cf29c9084 (diff) | |
download | linux-0dda2ddb7ded1395189e95d43106469687c07795.tar.bz2 |
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 'fs/zonefs/Kconfig')
-rw-r--r-- | fs/zonefs/Kconfig | 1 |
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. |