From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 5/6] quota: explicitly set ->dq_op and ->s_qcop Date: Wed, 19 May 2010 07:07:36 -0400 Message-ID: <20100519110736.GA20935@infradead.org> References: <20100512194408.620390318@bombadil.infradead.org> <20100512194454.207523223@bombadil.infradead.org> <20100517230604.GK3364@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]:50478 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757193Ab0ESLHh (ORCPT ); Wed, 19 May 2010 07:07:37 -0400 Content-Disposition: inline In-Reply-To: <20100517230604.GK3364@quack.suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, May 18, 2010 at 01:06:05AM +0200, Jan Kara wrote: > On Wed 12-05-10 15:44:13, Christoph Hellwig wrote: > > Only set the quota operation vectors if the filesystem actually supports > > quota instead of doing it for all filesystems in alloc_super(). > Hmm, what about ext2? Otherwise the patch looks fine. Fixed for the next spin.