mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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>
This commit is contained in:
parent
0e5ae03203
commit
02ac0499c0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue