From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: Re: [PATCH 3/3] quota: add generic treeid quota support Date: Tue, 2 Feb 2010 17:10:06 +0100 Message-ID: <20100202161005.GJ7056@quack.suse.cz> References: <1265122826-5370-1-git-send-email-dmonakhov@openvz.org> <1265122826-5370-2-git-send-email-dmonakhov@openvz.org> <1265122826-5370-3-git-send-email-dmonakhov@openvz.org> <1265122826-5370-4-git-send-email-dmonakhov@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, jack@suse.cz To: Dmitry Monakhov Return-path: Received: from cantor2.suse.de ([195.135.220.15]:54121 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755862Ab0BBQJ5 (ORCPT ); Tue, 2 Feb 2010 11:09:57 -0500 Content-Disposition: inline In-Reply-To: <1265122826-5370-4-git-send-email-dmonakhov@openvz.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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 > #include > > -#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 SUSE Labs, CR