Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Sep 2009 15:41:08 +0300
From:      Andriy Gapon <avg@icyb.net.ua>
To:        John Baldwin <jhb@freebsd.org>, bug-followup@freebsd.org
Cc:        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:  <4A9FB964.6060709@icyb.net.ua>
In-Reply-To: <200909030803.30858.jhb@freebsd.org>
References:  <200909021900.n82J0H2S029463@freefall.freebsd.org> <200909030803.30858.jhb@freebsd.org>

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

Looks like this could be happening in fuse_create (fuse_vnops.c).

-- 
Andriy Gapon



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