From owner-freebsd-current@FreeBSD.ORG Tue Dec 9 14:02:48 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 103FE16A4CE for ; Tue, 9 Dec 2003 14:02:48 -0800 (PST) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0632743D31 for ; Tue, 9 Dec 2003 14:02:45 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id hB9LbSeF050770; Tue, 9 Dec 2003 13:42:32 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200312092142.hB9LbSeF050770@gw.catspoiler.org> Date: Tue, 9 Dec 2003 13:37:28 -0800 (PST) From: Don Lewis To: jesse@wingnet.net In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: freebsd-current@FreeBSD.org Subject: Re: LOR: ffs_snapshot.c from 5.2-BETA X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 22:02:48 -0000 On 9 Dec, Jesse Guardiani wrote: > Howdy list, > > Has anyone seen this yet? Happened while I was fsck'ing my > external USB hard drive a few days ago. Didn't see anything > recent like this in the archive (Nov was the closest, but it > looked like a separate issue). > > > acquiring duplicate lock of same type: "vnode interlock" > 1st vnode interlock @ ufs/ffs/ffs_snapshot.c:488 > 2nd vnode interlock @ ufs/ffs/ffs_snapshot.c:491 > Stack backtrace: > backtrace(c06df4ef,c06e3b95,c06eca1f,1eb,246) at backtrace+0x17 > witness_lock(c42b9a28,8,c06eca1f,1eb,c3b48678) at witness_lock+0x672 > _mtx_lock_flags(c42b9a28,0,c06eca16,1eb,c19dbf00) at _mtx_lock_flags+0xba > ffs_snapshot(c3abbc00,bfbfed88,70,c05482f3,c073f800) at ffs_snapshot+0x1759 A related LOR was reported a few days ago. I think it is harmless, but I also think I know how to fix it.