From 6f16338e05600c076f43a03f8c84347c8d446a58 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Tue, 4 Jun 2013 23:19:31 -0400 Subject: [PATCH] Wrapfs: remove dependency on now-defunct CONFIG_EXPERIMENTAL Signed-off-by: Erez Zadok --- fs/wrapfs/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/wrapfs/Kconfig b/fs/wrapfs/Kconfig index d790ccdce402..a495c7d05d28 100644 --- a/fs/wrapfs/Kconfig +++ b/fs/wrapfs/Kconfig @@ -1,6 +1,5 @@ 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 -- 2.34.1