GFS2: No longer experimental
I think the time has arrvied to remove the experimental tag from GFS2. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
a2e0f79939
commit
820969f353
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
config GFS2_FS
|
config GFS2_FS
|
||||||
tristate "GFS2 file system support"
|
tristate "GFS2 file system support"
|
||||||
depends on EXPERIMENTAL && (64BIT || LBDAF)
|
depends on (64BIT || LBDAF)
|
||||||
select DLM if GFS2_FS_LOCKING_DLM
|
select DLM if GFS2_FS_LOCKING_DLM
|
||||||
select CONFIGFS_FS if GFS2_FS_LOCKING_DLM
|
select CONFIGFS_FS if GFS2_FS_LOCKING_DLM
|
||||||
select SYSFS if GFS2_FS_LOCKING_DLM
|
select SYSFS if GFS2_FS_LOCKING_DLM
|
||||||
|
|
Loading…
Reference in a new issue