From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH v3 13/39] fs: introduce a get_qsize() to inode_operations Date: Sat, 3 Oct 2015 23:33:57 -0700 Message-ID: <20151004063357.GH28519@infradead.org> References: <1442307754-13233-1-git-send-email-yangds.fnst@cn.fujitsu.com> <1442307754-13233-14-git-send-email-yangds.fnst@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: viro@ZenIV.linux.org.uk, jack@suse.cz, dedekind1@gmail.com, richard.weinberger@gmail.com, linux-mtd@lists.infradead.org, linux-fsdevel@vger.kernel.org To: Dongsheng Yang Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:38290 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751208AbbJDGeB (ORCPT ); Sun, 4 Oct 2015 02:34:01 -0400 Content-Disposition: inline In-Reply-To: <1442307754-13233-14-git-send-email-yangds.fnst@cn.fujitsu.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Sep 15, 2015 at 05:02:08PM +0800, Dongsheng Yang wrote: > get_qsize() is used to allow inode to decide how much of the quota size > in itself. If file system implements the own get_qsize(), ioctl of > FIOQSIZe will call it to get quota size. If not implemented, get the > quota size in a generic way. This should be in struct dquot_operations.