From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 3/3] quota: unify ->set_dqblk Date: Wed, 5 May 2010 12:21:11 -0400 Message-ID: <20100505162111.GC21009@infradead.org> References: <20100505103937.040319545@bombadil.infradead.org> <20100505104022.078207055@bombadil.infradead.org> <20100505160955.GF3938@quack.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , linux-fsdevel@vger.kernel.org To: Jan Kara Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:43079 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932922Ab0EEQVM (ORCPT ); Wed, 5 May 2010 12:21:12 -0400 Content-Disposition: inline In-Reply-To: <20100505160955.GF3938@quack.suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, May 05, 2010 at 06:09:56PM +0200, Jan Kara wrote: > > + if (!sb_has_quota_active(sb, type)) > > + return -ESRCH; > > + > This is unnecessary... Thanks, fixed for the next iteration.