projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c69eb8
)
zonefs: select FS_IOMAP
author
Johannes Thumshirn
<johannes.thumshirn@wdc.com>
Tue, 25 Feb 2020 21:03:33 +0000
(22:03 +0100)
committer
Damien 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
patch
|
blob
|
history
diff --git
a/fs/zonefs/Kconfig
b/fs/zonefs/Kconfig
index fb87ad372e297d19b954a7c8187c8657a0f223cb..ef2697b78820d4634f47a258313e7ddca43daa11 100644
(file)
--- 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.