aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorJoel Becker <joel.becker@oracle.com>2007-12-31 13:56:47 -0800
committerMark Fasheh <mark.fasheh@oracle.com>2008-01-25 15:05:47 -0800
commit02ac0499c0e3c62f2e2bf61a13870b36ea103564 (patch)
treecbad5139aa18c5e8e2728afaf02cc76ce66ada4e /fs/Kconfig
parentocfs2: bump version number (diff)
downloadlinux-dev-02ac0499c0e3c62f2e2bf61a13870b36ea103564.tar.xz
linux-dev-02ac0499c0e3c62f2e2bf61a13870b36ea103564.zip
configfs: Remove EXPERIMENTAL
configfs has been alive and kicking for a while now. It underpins some non-EXPERIMENTAL subsystems, such as OCFS2's cluster stack. Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 16598a417423..ad63dfd6d76d 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1022,8 +1022,8 @@ config HUGETLB_PAGE
def_bool HUGETLBFS
config CONFIGFS_FS
- tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)"
- depends on SYSFS && EXPERIMENTAL
+ tristate "Userspace-driven configuration filesystem"
+ depends on SYSFS
help
configfs is a ram-based filesystem that provides the converse
of sysfs's functionality. Where sysfs is a filesystem-based