From owner-freebsd-fs@FreeBSD.ORG Mon May 20 20:58:47 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6FBCA106; Mon, 20 May 2013 20:58:47 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.net.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id E1EFCEF2; Mon, 20 May 2013 20:58:46 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqAEAAuOmlGDaFvO/2dsb2JhbABahnO+DIEadIIfAQEFIwRSGw4KAgINEgcCWQYTiA2rGpFBgSaNRzQHgkGBEwOXOJFAgViBUyCBag X-IronPort-AV: E=Sophos;i="4.87,709,1363147200"; d="scan'208";a="28948607" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-annu.net.uoguelph.ca with ESMTP; 20 May 2013 16:58:45 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 2E567B4066; Mon, 20 May 2013 16:58:45 -0400 (EDT) Date: Mon, 20 May 2013 16:58:45 -0400 (EDT) From: Rick Macklem To: John Baldwin Message-ID: <45797708.465808.1369083525132.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <201305201531.45263.jhb@freebsd.org> Subject: Re: kern/177335: [nfs] [panic] Sleeping on "vmopar" with the following non-sleepable locks held: exclusive sleep mutex NFSnode lock (NFSnode lock) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.203] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - FF3.0 (Win)/6.0.10_GA_2692) Cc: freebsd-fs@freebsd.org, Rick Macklem , kib@freebsd.org, linimon@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 May 2013 20:58:47 -0000 John Baldwin wrote: > On Sunday, May 19, 2013 11:32:54 pm linimon@freebsd.org wrote: > > Old Synopsis: Sleeping on "vmopar" with the following non-sleepable > > locks > held: exclusive sleep mutex NFSnode lock (NFSnode lock) > > New Synopsis: [nfs] [panic] Sleeping on "vmopar" with the following > > non- > sleepable locks held: exclusive sleep mutex NFSnode lock (NFSnode > lock) > > > > Responsible-Changed-From-To: freebsd-bugs->freebsd-fs > > Responsible-Changed-By: linimon > > Responsible-Changed-When: Mon May 20 03:32:02 UTC 2013 > > Responsible-Changed-Why: > > Over to maintainer(s). > > I think this issue might have been recently fixed in HEAD, > specifically in > r248567 and r248581. > I just emailed the reporter with a variant of these patches for 8.3/old NFS client. I suppose I should change the PR status to feedback. And, yes, the panic appears to be the same as what the above commits fix, except in 8.3/old NFS client. rick > -- > John Baldwin