repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git]
/
fs
/
zonefs
/
Kconfig
blob
ef2697b78820d4634f47a258313e7ddca43daa11
1
config ZONEFS_FS
2
tristate "zonefs filesystem support"
3
depends on BLOCK
4
depends on BLK_DEV_ZONED
5
select FS_IOMAP
6
help
7
zonefs is a simple file system which exposes zones of a zoned block
8
device (e.g. host-managed or host-aware SMR disk drives) as files.
9
10
If unsure, say N.