From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fieldses.org ([174.143.236.118]:58798 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751082Ab1BOBI4 (ORCPT ); Mon, 14 Feb 2011 20:08:56 -0500 Date: Mon, 14 Feb 2011 20:08:55 -0500 To: Tino Keitel Cc: linux-nfs@vger.kernel.org Subject: Re: 2.6.38-rc3: kernel BUG at fs/nfsd/nfs4state.c:3132! Message-ID: <20110215010855.GA25245@fieldses.org> References: <20110209220427.GA12140@mac.home> <20110210213632.GA29900@fieldses.org> <20110210234106.GA29411@mac.home> Content-Type: text/plain; charset=us-ascii In-Reply-To: <20110210234106.GA29411@mac.home> From: "J. Bruce Fields" Sender: linux-nfs-owner@vger.kernel.org List-ID: MIME-Version: 1.0 On Fri, Feb 11, 2011 at 12:41:06AM +0100, Tino Keitel wrote: > On Thu, Feb 10, 2011 at 16:36:32 -0500, J. Bruce Fields wrote: > > On Wed, Feb 09, 2011 at 11:04:27PM +0100, Tino Keitel wrote: > > > Hi, > > > > > > I get the following error with kernel 2.6.38-rc3 during normal file access via > > > NFS v4. The underlying FS is ext4, if that matters. > > > > > > At least one other user seems to have the same problem: > > > http://pastebin.com/QRq1TMkj > > > > Thanks for the report. > > > > > > > > <0>------------[ cut here ]------------ > > > kernel BUG at fs/nfsd/nfs4state.c:3132! > > > > This is a bit odd: v2.6.38-rc3 doesn't have a BUG on line 3132 of > > fs/nfsd/nfs4state.c. > > Mine does: > > $ git show | head -n 5 ; echo ; head -n 3132 fs/nfsd/nfs4state.c | tail -n 1 > commit ebf53826e105f488f4f628703a108e98940d1dc5 > Author: Linus Torvalds > Date: Tue Feb 1 13:05:49 2011 +1000 > > Linux 2.6.38-rc3 > > BUG_ON(!*filpp); > $ > > This is vanilla upstream source. Yes, apologies, that was my mistake; please see git://linux-nfs.org/~bfields/linux.git for-2.6.38 for the fix. --b.