On Tue 02-02-10 18:00:25, Dmitry Monakhov wrote: > Just introduce new and update macros. > It will be used later. ... > #define V2_INITQVERSIONS {\ > 1, /* USRQUOTA */\ > 1 /* GRPQUOTA */\ > + 1 /* TRPQUOTA */\ > } This won't compile... > /* First generic header */ > diff --git a/include/linux/quota.h b/include/linux/quota.h > index 7f06086..dc6d84e 100644 > --- a/include/linux/quota.h > +++ b/include/linux/quota.h > @@ -36,11 +36,12 @@ > #include <linux/errno.h> > #include <linux/types.h> > > -#define __DQUOT_VERSION__ "dquot_6.5.2" > +#define __DQUOT_VERSION__ "dquot_7.0.0" ;-) Hmm, not that this version would matter but 6.6.0 would look more logical to me. But I'll leave that up to you. Otherwise I'm fine with the patch. Honza -- Jan Kara <jack@xxxxxxx> SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html