[Ocfs2-tools-devel] [PATCH 1/9] ocfs2-tools: add xattr feature definition in ocfs2_fs.h

Joel Becker Joel.Becker at oracle.com
Fri Dec 19 12:53:48 PST 2008


On Fri, Dec 19, 2008 at 05:40:21PM +0800, Tiger Yang wrote:
> This patch add xattr feature definition in ocfs2_fs.h,
> it is a incompatible feature.

	When this goes to master, this needs to be the last patch in the
series.  That way, the library only supports xattrs with all the code in
place.

Joel

> 
> Signed-off-by: Tiger Yang <tiger.yang 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 97fe18e..2dec134 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.1
> 

-- 

 Joel's Second Law:

	If a code change requires additional user setup, it is wrong.

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