brintos

brintos / linux-shallow public Read only

0
0
Text · 299 B · 827278f Raw
12 lines · plain
1config ZONEFS_FS2	tristate "zonefs filesystem support"3	depends on BLOCK4	depends on BLK_DEV_ZONED5	select FS_IOMAP6	select CRC327	help8	  zonefs is a simple file system which exposes zones of a zoned block9	  device (e.g. host-managed or host-aware SMR disk drives) as files.10 11	  If unsure, say N.12