From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754891AbZAGHnZ (ORCPT ); Wed, 7 Jan 2009 02:43:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751567AbZAGHnH (ORCPT ); Wed, 7 Jan 2009 02:43:07 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:47006 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751477AbZAGHnG (ORCPT ); Wed, 7 Jan 2009 02:43:06 -0500 Date: Wed, 7 Jan 2009 02:42:56 -0500 From: Christoph Hellwig To: "J. Bruce Fields" Cc: Andrew Morton , hch@lst.de, linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org, neilb@suse.de, snakebyte@gmx.de Subject: Re: nfsd stuckage Message-ID: <20090107074256.GA5102@infradead.org> References: <20090106145612.d4d9948d.akpm@linux-foundation.org> <20090106230244.GB13785@fieldses.org> <20090106230356.GA31520@lst.de> <20090106230551.GC13785@fieldses.org> <20090107001501.GH13785@fieldses.org> <20090106162328.1b4511a6.akpm@linux-foundation.org> <20090107002816.GL13785@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090107002816.GL13785@fieldses.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 06, 2009 at 07:28:16PM -0500, J. Bruce Fields wrote: > On Tue, Jan 06, 2009 at 04:23:28PM -0800, Andrew Morton wrote: > > On Tue, 6 Jan 2009 19:15:01 -0500 > > "J. Bruce Fields" wrote: > > > > > nfsd: fix double-locks of directory mutex > > > > grumble. > > This is literally just a revert of part of 4c728ef583b3d822; if you'd > like me to clean up this stuff while I'm there, I'm happy to. Please leave it as the revert. NFSD really needs to use vfs_fsync eventually so we can sort out our ->fsync usage. I suspect the best way to get there is to to the i_mutex removal for fsync earlier than planned, but I'll need to audit the filesystems first.