On Mon, Oct 20, 2008 at 07:23:55PM +0200, Jan Kara wrote:
> Signed-off-by: Jan Kara <[EMAIL PROTECTED]>
This patch actually looks fine except for one thing:
> diff --git a/fs/ocfs2/ocfs2_fs.h b/fs/ocfs2/ocfs2_fs.h
> index 4f61985..bb41c6a 100644
> --- a/fs/ocfs2/ocfs2_fs.h
> +++ b/fs/ocfs2/ocfs2_fs.h
> @@ -91,7 +91,9 @@
> | OCFS2_FEATURE_INCOMPAT_INLINE_DATA \
> |
> OCFS2_FEATURE_INCOMPAT_EXTENDED_SLOT_MAP \
> |
> OCFS2_FEATURE_INCOMPAT_USERSPACE_STACK)
> -#define OCFS2_FEATURE_RO_COMPAT_SUPP OCFS2_FEATURE_RO_COMPAT_UNWRITTEN
> +#define OCFS2_FEATURE_RO_COMPAT_SUPP (OCFS2_FEATURE_RO_COMPAT_UNWRITTEN \
> + | OCFS2_FEATURE_RO_COMPAT_USRQUOTA \
> + | OCFS2_FEATURE_RO_COMPAT_GRPQUOTA)
The hunk turning on support should be the very last patch in the
series. It doesn't matter right now as you are working on it, but when
we go to upstream we'll want all the support in place before we turn it
on.
The rest of the patch - defining the bits and the system files,
etc, is just fine.
Joel
--
"People with narrow minds usually have broad tongues."
Joel Becker
Principal Software Developer
Oracle
E-mail: [EMAIL PROTECTED]
Phone: (650) 506-8127
_______________________________________________
Ocfs2-devel mailing list
[email protected]
http://oss.oracle.com/mailman/listinfo/ocfs2-devel