diff options
author | Joel Becker <joel.becker@oracle.com> | 2008-10-16 20:53:29 -0400 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2009-01-05 11:40:34 -0500 |
commit | 9d28cfb73f3abccce001daf2d247b16bf20e2248 (patch) | |
tree | d162f69c8dccdb8940418722c04909ff9fa84797 /fs/ocfs2 | |
parent | d030cc978e9e636dc39ce9a9e8282d48698a3b30 (diff) |
ocfs2: Enable metadata checksums.
Add OCFS2_FEATURE_INCOMPAT_META_ECC to the list of supported features.
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/ocfs2_fs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/ocfs2_fs.h b/fs/ocfs2/ocfs2_fs.h index 698ef3d27121..c7ae45aaa36c 100644 --- a/fs/ocfs2/ocfs2_fs.h +++ b/fs/ocfs2/ocfs2_fs.h | |||
@@ -94,7 +94,8 @@ | |||
94 | | OCFS2_FEATURE_INCOMPAT_INLINE_DATA \ | 94 | | OCFS2_FEATURE_INCOMPAT_INLINE_DATA \ |
95 | | OCFS2_FEATURE_INCOMPAT_EXTENDED_SLOT_MAP \ | 95 | | OCFS2_FEATURE_INCOMPAT_EXTENDED_SLOT_MAP \ |
96 | | OCFS2_FEATURE_INCOMPAT_USERSPACE_STACK \ | 96 | | OCFS2_FEATURE_INCOMPAT_USERSPACE_STACK \ |
97 | | OCFS2_FEATURE_INCOMPAT_XATTR) | 97 | | OCFS2_FEATURE_INCOMPAT_XATTR \ |
98 | | OCFS2_FEATURE_INCOMPAT_META_ECC) | ||
98 | #define OCFS2_FEATURE_RO_COMPAT_SUPP (OCFS2_FEATURE_RO_COMPAT_UNWRITTEN \ | 99 | #define OCFS2_FEATURE_RO_COMPAT_SUPP (OCFS2_FEATURE_RO_COMPAT_UNWRITTEN \ |
99 | | OCFS2_FEATURE_RO_COMPAT_USRQUOTA \ | 100 | | OCFS2_FEATURE_RO_COMPAT_USRQUOTA \ |
100 | | OCFS2_FEATURE_RO_COMPAT_GRPQUOTA) | 101 | | OCFS2_FEATURE_RO_COMPAT_GRPQUOTA) |