diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2010-08-11 09:53:47 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2010-09-20 11:18:46 +0100 |
commit | 820969f353587281d645735c83c7f07d606e67ba (patch) | |
tree | 538f8806639b757334ebc399a82170d7f0bf2d3b /fs/gfs2 | |
parent | a2e0f79939e09e74698564b88dee709db208e1e2 (diff) | |
download | op-kernel-dev-820969f353587281d645735c83c7f07d606e67ba.zip op-kernel-dev-820969f353587281d645735c83c7f07d606e67ba.tar.gz |
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>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig index cc96655..c465ae0 100644 --- a/fs/gfs2/Kconfig +++ b/fs/gfs2/Kconfig @@ -1,6 +1,6 @@ config GFS2_FS tristate "GFS2 file system support" - depends on EXPERIMENTAL && (64BIT || LBDAF) + depends on (64BIT || LBDAF) select DLM if GFS2_FS_LOCKING_DLM select CONFIGFS_FS if GFS2_FS_LOCKING_DLM select SYSFS if GFS2_FS_LOCKING_DLM |