[Ocfs2-tools-devel] [PATCH 35/37] libocfs2: Add OCFS2_FEATURE_INCOMPAT_CLUSTERINFO to list of supported features

Sunil Mushran sunil.mushran at oracle.com
Mon Jan 31 11:15:29 PST 2011


Add the incompat feature flag OCFS2_FEATURE_INCOMPAT_CLUSTERINFO to the list of
supported features.

Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
---
 include/ocfs2-kernel/ocfs2_fs.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/ocfs2-kernel/ocfs2_fs.h b/include/ocfs2-kernel/ocfs2_fs.h
index 918944e..1b2ba78 100644
--- a/include/ocfs2-kernel/ocfs2_fs.h
+++ b/include/ocfs2-kernel/ocfs2_fs.h
@@ -101,7 +101,8 @@
 					 | OCFS2_FEATURE_INCOMPAT_XATTR \
 					 | OCFS2_FEATURE_INCOMPAT_REFCOUNT_TREE \
 					 | OCFS2_FEATURE_INCOMPAT_INDEXED_DIRS \
-					 | OCFS2_FEATURE_INCOMPAT_DISCONTIG_BG)
+					 | OCFS2_FEATURE_INCOMPAT_DISCONTIG_BG \
+					 | OCFS2_FEATURE_INCOMPAT_CLUSTERINFO)
 #define OCFS2_FEATURE_RO_COMPAT_SUPP	(OCFS2_FEATURE_RO_COMPAT_UNWRITTEN \
 					 | OCFS2_FEATURE_RO_COMPAT_USRQUOTA \
 					 | OCFS2_FEATURE_RO_COMPAT_GRPQUOTA)
-- 
1.7.1




More information about the Ocfs2-tools-devel mailing list