[Ocfs2-tools-devel] [PATCH 12/12] libocfs2: Add META_ECC to the supported feature list
Sunil Mushran
sunil.mushran at oracle.com
Wed Jan 7 18:01:41 PST 2009
Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
Joel Becker wrote:
> Add META_ECC to the list of features supported by the ocfs2 toolset.
>
> Signed-off-by: Joel Becker <joel.becker 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 cbea655..1eddbcd 100644
> --- a/include/ocfs2-kernel/ocfs2_fs.h
> +++ b/include/ocfs2-kernel/ocfs2_fs.h
> @@ -93,7 +93,8 @@
> | OCFS2_FEATURE_INCOMPAT_SPARSE_ALLOC \
> | OCFS2_FEATURE_INCOMPAT_INLINE_DATA \
> | OCFS2_FEATURE_INCOMPAT_EXTENDED_SLOT_MAP \
> - | OCFS2_FEATURE_INCOMPAT_USERSPACE_STACK)
> + | OCFS2_FEATURE_INCOMPAT_USERSPACE_STACK \
> + | OCFS2_FEATURE_INCOMPAT_META_ECC)
> #define OCFS2_FEATURE_RO_COMPAT_SUPP OCFS2_FEATURE_RO_COMPAT_UNWRITTEN
>
> /*
>
More information about the Ocfs2-tools-devel
mailing list