From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762456AbXKPLD1 (ORCPT ); Fri, 16 Nov 2007 06:03:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755685AbXKPLDT (ORCPT ); Fri, 16 Nov 2007 06:03:19 -0500 Received: from smtp118.sbc.mail.sp1.yahoo.com ([69.147.64.91]:32016 "HELO smtp118.sbc.mail.sp1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752338AbXKPLDS (ORCPT ); Fri, 16 Nov 2007 06:03:18 -0500 X-YMail-OSG: U119a4MVM1mJuVtDo642ArtWca3edY5hfWHGQExThg4plGKMv8vgKS5dGDSgwzgCcR74l6EUlQ-- Date: Fri, 16 Nov 2007 03:03:15 -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 Message-ID: <20071116110315.GA27969@puku.stupidest.org> References: <20071114070400.GA25708@puku.stupidest.org> <473AA72C.6020308@panasas.com> <20071114125907.GB4010@fieldses.org> <20071116003410.GA16797@puku.stupidest.org> <59468.62.180.231.196.1195204637.squirrel@housecafe.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <59468.62.180.231.196.1195204637.squirrel@housecafe.dyndns.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 16, 2007 at 10:17:17AM +0100, Christian Kujau wrote: > OK, I'll try this. I hope this can be fixed somehow before 2.6.24... Well, one simple nasty idea would be something like: diff --git a/fs/Kconfig b/fs/Kconfig index 429a002..da231fd 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -1604,7 +1604,7 @@ config NFS_FS config NFS_V3 bool "Provide NFSv3 client support" - depends on NFS_FS + depends on NFS_FS && !XFS help Say Y here if you want your NFS client to be able to speak version 3 of the NFS protocol. So people who are likely to be affect just side-step the issue until it's resolved.