mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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>
This commit is contained in:
parent
7c69eb84d9
commit
0dda2ddb7d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user