From owner-freebsd-fs@FreeBSD.ORG Thu Sep 3 12:50:02 2009 Return-Path: Delivered-To: freebsd-fs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7ECF1065676 for ; Thu, 3 Sep 2009 12:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A3B6F8FC15 for ; Thu, 3 Sep 2009 12:50:02 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n83Co22L042127 for ; Thu, 3 Sep 2009 12:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n83Co25Y042126; Thu, 3 Sep 2009 12:50:02 GMT (envelope-from gnats) Date: Thu, 3 Sep 2009 12:50:02 GMT Message-Id: <200909031250.n83Co25Y042126@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/138476: [panic] [sshfs] [fuse] Almost regular panic during VFS operations; maybe related to sshfs X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2009 12:50:02 -0000 The following reply was made to PR kern/138476; it has been noted by GNATS. From: Andriy Gapon To: John Baldwin , bug-followup@freebsd.org Cc: freebsd-fs@freebsd.org, Gavin Atkinson Subject: Re: kern/138476: [panic] [sshfs] [fuse] Almost regular panic during VFS operations; maybe related to sshfs Date: Thu, 03 Sep 2009 15:41:08 +0300 on 03/09/2009 15:03 John Baldwin said the following: > On Wednesday 02 September 2009 3:00:17 pm Gavin Atkinson wrote: >> The following reply was made to PR kern/138476; it has been noted by GNATS. >> >> From: Gavin Atkinson >> To: bug-followup@FreeBSD.org >> Cc: >> Subject: Re: kern/138476: [panic] [sshfs] [fuse] Almost regular panic during >> VFS operations; maybe related to sshfs >> Date: Wed, 2 Sep 2009 19:52:46 +0100 (BST) >> >> To submitter: Is there any chance you can try unmounting your sshfs and >> having some other fuse FS mounted, to determine if this is caused by fuse >> or sshfs? > > You can probably narrow it down to which part of the fuse/sshfs code > calls 'getnewvnode'. This is most often done during the VFS_VGET() vfs op. > It should be inserting all vnodes onto the mount list there (you can compare > the code with other filesystems such as UFS to see how it should work). > Looks like this could be happening in fuse_create (fuse_vnops.c). -- Andriy Gapon