projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2e0f79
)
GFS2: No longer experimental
author
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 11 Aug 2010 08:53:47 +0000
(09:53 +0100)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 20 Sep 2010 10:18:46 +0000
(11:18 +0100)
I think the time has arrvied to remove the experimental tag
from GFS2.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/Kconfig
patch
|
blob
|
history
diff --git
a/fs/gfs2/Kconfig
b/fs/gfs2/Kconfig
index cc9665522148a730b010953596cc24edefc00ed6..c465ae066c62c6392ee22047d2be0ec650b89c98 100644
(file)
--- 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