Wrapfs: Kconfig options
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 5 Jan 2010 01:45:06 +0000 (20:45 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 30 Jan 2012 00:16:06 +0000 (19:16 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/Kconfig [new file with mode: 0644]

diff --git a/fs/wrapfs/Kconfig b/fs/wrapfs/Kconfig
new file mode 100644 (file)
index 0000000..d790ccd
--- /dev/null
@@ -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.