From c52e05f0dcdd4326cc8283113ee79e729e5f8ac2 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Mon, 4 Jan 2010 20:45:06 -0500 Subject: [PATCH] Wrapfs: Kconfig options Signed-off-by: Erez Zadok --- fs/wrapfs/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fs/wrapfs/Kconfig diff --git a/fs/wrapfs/Kconfig b/fs/wrapfs/Kconfig new file mode 100644 index 000000000000..d790ccdce402 --- /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 + for details. -- 2.34.1