From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Layton Subject: Re: [PATCH 1/3] cifs: drop quota operation stubs Date: Thu, 6 May 2010 13:47:55 +0200 Message-ID: <20100506134755.4382042c@corrin.poochiereds.net> References: <20100505103937.040319545@bombadil.infradead.org> <20100505104021.383309541@bombadil.infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: jack@suse.cz, linux-fsdevel@vger.kernel.org To: Christoph Hellwig Return-path: Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:46500 "EHLO cdptpa-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757477Ab0EFLrh (ORCPT ); Thu, 6 May 2010 07:47:37 -0400 In-Reply-To: <20100505104021.383309541@bombadil.infradead.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, 05 May 2010 06:39:38 -0400 Christoph Hellwig wrote: > CIFS has stubs for XFS-style quotas without an actual implementation backing > them, hidden behind a config option not visible in Kconfig. Remove these > stubs for now as the quota operations will see some major changes and this > code simply gets in the way. > > > Signed-off-by: Christoph Hellwig > Looks good to me. Reviewed-by: Jeff Layton