Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
--- /dev/null
+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.