From: Glauber Costa Subject: Re: [PATCH 10/12] container quota: bill container inodes alloc/free on ext4. Date: Thu, 31 May 2012 17:14:50 +0400 Message-ID: <4FC76ECA.3070301@parallels.com> References: <1338389946-13711-1-git-send-email-jeff.liu@oracle.com> <1338389946-13711-11-git-send-email-jeff.liu@oracle.com> <4FC736AD.2070404@parallels.com> <4FC76B0D.6020804@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , , Ted Ts'o , , , , , , , , , To: Return-path: In-Reply-To: <4FC76B0D.6020804-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-ext4.vger.kernel.org On 05/31/2012 04:58 PM, Jeff Liu wrote: >> > This should be inside dquot_free_inode(). > Yeah, Ted also mentioned this before, all name space dquot bill routine > could be placed to dquot_xxx() for VFS quota user. > > However, AFAICS, they still have to be exported to other file systems > which have their own quota management module, like XFS. > > Thanks, > -Jeff > Do you have a personal need to have it working with xfs, or is the use you are pursuing achievable with the other filesystems? Unless you have a reason yourself to use xfs, I'd say don't bother with it too much at the moment. get it working for the standard interface first.