From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:52998 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754202AbcARLAs (ORCPT ); Mon, 18 Jan 2016 06:00:48 -0500 Date: Mon, 18 Jan 2016 03:00:46 -0800 From: Christoph Hellwig To: Jan Kara Cc: Eric Sandeen , Christoph Hellwig , fsdevel , Eric Sandeen , xfs@oss.sgi.com Subject: Re: [PATCH 0/4] quota: add new quotactl Q_XGETQUOTA2 Message-ID: <20160118110046.GA25594@infradead.org> References: <568FEA2C.6080708@redhat.com> <20160109072600.GA21636@infradead.org> <20160111132617.GD6262@quack.suse.cz> <5693D33A.5090307@sandeen.net> <20160111162807.GK6262@quack.suse.cz> <5696D27A.9070700@sandeen.net> <20160115093507.GA15950@quack.suse.cz> <56992CD4.6030408@sandeen.net> <20160118103302.GD6850@quack.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160118103302.GD6850@quack.suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Jan 18, 2016 at 11:33:02AM +0100, Jan Kara wrote: > OK, ok. I like Dave's proposal for quotactl2(). So let's leave the unification > for later and implent Q_GETNEXTQUOTA and Q_XGETNEXTQUOTA with the > functionality of your original Q_XGETQUOTA2. Having separate call to get > next ID would save us one new quotactl but OTOH we would need two syscalls > (and quota structure lookups) to report one structure and there are > potentially *lots* of them. Oh well. Guess I should give in and just accept the original patch..