projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf1b3c
)
ocfs2: enable discontig block group support.
author
Tao Ma
<tao.ma@oracle.com>
Thu, 18 Mar 2010 07:54:22 +0000
(15:54 +0800)
committer
Tao Ma
<tao.ma@oracle.com>
Thu, 18 Mar 2010 07:54:22 +0000
(15:54 +0800)
Signed-off-by: Tao Ma <tao.ma@oracle.com>
fs/ocfs2/ocfs2_fs.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/ocfs2/ocfs2_fs.h
b/fs/ocfs2/ocfs2_fs.h
index b01d0dddfcc1752ef502391182f75459c2d38b44..33f1c9a8258d1d4de5a17fe1ebf1d0d39c4098c3 100644
(file)
--- a/
fs/ocfs2/ocfs2_fs.h
+++ b/
fs/ocfs2/ocfs2_fs.h
@@
-100,7
+100,8
@@
| OCFS2_FEATURE_INCOMPAT_XATTR \
| OCFS2_FEATURE_INCOMPAT_META_ECC \
| OCFS2_FEATURE_INCOMPAT_INDEXED_DIRS \
- | OCFS2_FEATURE_INCOMPAT_REFCOUNT_TREE)
+ | OCFS2_FEATURE_INCOMPAT_REFCOUNT_TREE \
+ | OCFS2_FEATURE_INCOMPAT_DISCONTIG_BG)
#define OCFS2_FEATURE_RO_COMPAT_SUPP (OCFS2_FEATURE_RO_COMPAT_UNWRITTEN \
| OCFS2_FEATURE_RO_COMPAT_USRQUOTA \
| OCFS2_FEATURE_RO_COMPAT_GRPQUOTA)