浏览代码

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>
Joel Becker 17 年之前
父节点
当前提交
02ac0499c0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fs/Kconfig

+ 2 - 2
fs/Kconfig

@@ -1022,8 +1022,8 @@ config HUGETLB_PAGE
 	def_bool HUGETLBFS
 	def_bool HUGETLBFS
 
 
 config CONFIGFS_FS
 config CONFIGFS_FS
-	tristate "Userspace-driven configuration filesystem (EXPERIMENTAL)"
-	depends on SYSFS && EXPERIMENTAL
+	tristate "Userspace-driven configuration filesystem"
+	depends on SYSFS
 	help
 	help
 	  configfs is a ram-based filesystem that provides the converse
 	  configfs is a ram-based filesystem that provides the converse
 	  of sysfs's functionality. Where sysfs is a filesystem-based
 	  of sysfs's functionality. Where sysfs is a filesystem-based