[Ocfs2-tools-devel] [PATCH 7/7] ocfs2-tools: Turn on support for
the extended slot map
Joel Becker
joel.becker at oracle.com
Thu Jan 3 15:47:29 PST 2008
This just enables the new extended slot map in the supported bitmask. The
tools will now open filesystems with the extended slot map.
Signed-off-by: Joel Becker <joel.becker at oracle.com>
---
libocfs2/include/ocfs2_fs.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libocfs2/include/ocfs2_fs.h b/libocfs2/include/ocfs2_fs.h
index 5d7f50c..85a2b21 100644
--- a/libocfs2/include/ocfs2_fs.h
+++ b/libocfs2/include/ocfs2_fs.h
@@ -88,7 +88,8 @@
#define OCFS2_FEATURE_COMPAT_SUPP OCFS2_FEATURE_COMPAT_BACKUP_SB
#define OCFS2_FEATURE_INCOMPAT_SUPP (OCFS2_FEATURE_INCOMPAT_LOCAL_MOUNT \
| OCFS2_FEATURE_INCOMPAT_SPARSE_ALLOC \
- | OCFS2_FEATURE_INCOMPAT_INLINE_DATA)
+ | OCFS2_FEATURE_INCOMPAT_INLINE_DATA \
+ | OCFS2_FEATURE_INCOMPAT_EXTENDED_SLOT_MAP)
#define OCFS2_FEATURE_RO_COMPAT_SUPP OCFS2_FEATURE_RO_COMPAT_UNWRITTEN
/*
--
1.5.2.2
More information about the Ocfs2-tools-devel
mailing list