From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934140AbXKPAeX (ORCPT ); Thu, 15 Nov 2007 19:34:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756731AbXKPAeO (ORCPT ); Thu, 15 Nov 2007 19:34:14 -0500 Received: from smtp124.sbc.mail.sp1.yahoo.com ([69.147.64.97]:41978 "HELO smtp124.sbc.mail.sp1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1756161AbXKPAeN (ORCPT ); Thu, 15 Nov 2007 19:34:13 -0500 X-YMail-OSG: 4S.Jt38VM1lltsBlXxZITep4vUf5AeeCYaA.OFGU5liUk26.yAAu0UTnA4Mf3rUYDwtTRPJubw-- Date: Thu, 15 Nov 2007 16:34:10 -0800 From: Chris Wedgwood To: Christian Kujau Cc: LKML , "J. Bruce Fields" , Benny Halevy , linux-xfs@oss.sgi.com Subject: Re: 2.6.24-rc2 XFS nfsd hang / smbd too Message-ID: <20071116003410.GA16797@puku.stupidest.org> References: <20071114070400.GA25708@puku.stupidest.org> <473AA72C.6020308@panasas.com> <20071114125907.GB4010@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 15, 2007 at 08:51:36AM +0100, Christian Kujau wrote: > [] mutex_lock_nested+0xcc/0x2c0 > [] do_lookup+0xa4/0x190 > [] __link_path_walk+0x749/0xd10 > [] link_path_walk+0x44/0xc0 > [] path_walk+0x18/0x20 > [] do_path_lookup+0x78/0x1c0 > [] __user_walk_fd+0x38/0x60 > [] vfs_stat_fd+0x21/0x50 > [] vfs_stat+0x11/0x20 > [] sys_stat64+0x14/0x30 > [] sysenter_past_esp+0x5f/0xa5 nfsd already wedged up and holds a lock, this is expected. I'm not sure what you're doing here, but a viable work-around for now might be to use nfsv2 mounts, something like mount -o vers=2 ... or to keep v3 and disable readdirplus doing something like: mount -o vers=3,nordirplus ... The later I didn't test but was suggested on #linuxfs.