Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2009 08:03:30 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-fs@freebsd.org, Gavin Atkinson <gavin@freebsd.org>
Subject:   Re: kern/138476: [panic] [sshfs] [fuse] Almost regular panic during VFS operations; maybe related to sshfs
Message-ID:  <200909030803.30858.jhb@freebsd.org>
In-Reply-To: <200909021900.n82J0H2S029463@freefall.freebsd.org>
References:  <200909021900.n82J0H2S029463@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <gavin@FreeBSD.org>
> 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).

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909030803.30858.jhb>