[Ocfs2-tools-devel] [PATCH 9/9] ocfs2-tools: add xattr in supported features list

Joel Becker Joel.Becker at oracle.com
Mon Jan 26 18:02:54 PST 2009


On Sat, Jan 24, 2009 at 04:04:27PM +0800, Tiger Yang wrote:
> This patch add xattr in supported feature list in ocfs2_fs.h
> 
> Signed-off-by: Tiger Yang <tiger.yang at oracle.com>

This is signed off, obviously.

> ---
>  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 1eddbcd..503c1e7 100644
> --- a/include/ocfs2-kernel/ocfs2_fs.h
> +++ b/include/ocfs2-kernel/ocfs2_fs.h
> @@ -94,7 +94,8 @@
>  					 | OCFS2_FEATURE_INCOMPAT_INLINE_DATA \
>  					 | OCFS2_FEATURE_INCOMPAT_EXTENDED_SLOT_MAP \
>  					 | OCFS2_FEATURE_INCOMPAT_USERSPACE_STACK \
> -					 | OCFS2_FEATURE_INCOMPAT_META_ECC)
> +					 | OCFS2_FEATURE_INCOMPAT_META_ECC \
> +					 | OCFS2_FEATURE_INCOMPAT_XATTR)
>  #define OCFS2_FEATURE_RO_COMPAT_SUPP	OCFS2_FEATURE_RO_COMPAT_UNWRITTEN
>  
>  /*
> -- 
> 1.5.4.4
> 

-- 

Viro's Razor:
	Any race condition, no matter how unlikely, will occur just
	often enough to bite you.

Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127



More information about the Ocfs2-tools-devel mailing list