projects
/
wrapfs-4.13.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2c4717
)
Wrapfs: Kconfig options
author
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 5 Jan 2010 01:45:06 +0000
(20:45 -0500)
committer
Rohit Kumar
<rokkumar@cs.stonybrook.edu>
Fri, 12 Oct 2018 16:27:45 +0000
(12:27 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/Kconfig
[new file with mode: 0644]
patch
|
blob
diff --git a/fs/wrapfs/Kconfig
b/fs/wrapfs/Kconfig
new file mode 100644
(file)
index 0000000..
d790ccd
--- /dev/null
+++ b/
fs/wrapfs/Kconfig
@@ -0,0
+1,9
@@
+config WRAP_FS
+ tristate "Wrapfs stackable file system (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ help
+ Wrapfs is a stackable file system which simply passes its
+ operations to the lower layer. It is designed as a useful
+ template for developing or debugging other stackable file systems,
+ and more (see Documentation/filesystems/wrapfs.txt). See
+ <http://wrapfs.filesystems.org/> for details.