From: Joel Becker Date: Mon, 31 Dec 2007 21:56:47 +0000 (-0800) Subject: configfs: Remove EXPERIMENTAL X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=02ac0499c0e3c62f2e2bf61a13870b36ea103564;p=deliverable%2Flinux.git 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 Signed-off-by: Mark Fasheh --- 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