mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00: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>
10 lines
285 B
Text
10 lines
285 B
Text
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.
|