Return-Path: linux-nfs-owner@vger.kernel.org Received: from fieldses.org ([174.143.236.118]:42791 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754218AbaGNNiU (ORCPT ); Mon, 14 Jul 2014 09:38:20 -0400 Date: Mon, 14 Jul 2014 09:38:10 -0400 From: "J. Bruce Fields" To: Jeff Layton Cc: Christoph Hellwig , linux-nfs@vger.kernel.org Subject: Re: [PATCH 00/11] nfsd: deny mode handling overhaul Message-ID: <20140714133810.GC17956@fieldses.org> References: <1405015655-12469-1-git-send-email-jlayton@primarydata.com> <20140710201448.GF26561@fieldses.org> <20140711074656.GA17661@infradead.org> <20140711143128.GA7305@fieldses.org> <20140711114227.2902a15e@tlielax.poochiereds.net> <20140713114244.GA30809@infradead.org> <20140713075250.18677c29@tlielax.poochiereds.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20140713075250.18677c29@tlielax.poochiereds.net> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Sun, Jul 13, 2014 at 07:52:50AM -0400, Jeff Layton wrote: > On Sun, 13 Jul 2014 04:42:44 -0700 > Christoph Hellwig wrote: > > > On Fri, Jul 11, 2014 at 11:42:27AM -0400, Jeff Layton wrote: > > > Yes, thanks to both of you. The review and merging are much > > > appreciated. Only 89 patches to go once these go in! > > > > Might help if we can get them into slighly smaller reviewable chunks, > > e.g. the next batch might be the stateid refcounting and everything > > around it, deferring the various client and session related bits and the > > fault injection changes for now. > > That should be doable as long as we're ok with adding in superfluous > spinlocking until the client_mutex is removed. It means that an attempt to bisect any race introduced by the series will land on the one patch that drops the state lock. But maybe that's the best we can do. --b. > I'll work on breaking > out the next set. It might be a few days as I'm still looking at > whether it's feasible to not alter the sc_type like the code does today.