mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
0dda2ddb7d
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>
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
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.
|
|
|
|
If unsure, say N.
|