Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2009 12:50:06 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        freebsd-fs@FreeBSD.org
Subject:   Re: kern/138476: [panic] [sshfs] [fuse] Almost regular panic during VFS operations; maybe related to sshfs
Message-ID:  <200909021250.n82Co6Kq055000@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/138476; it has been noted by GNATS.

From: John Baldwin <jhb@FreeBSD.org>
To: bug-followup@freebsd.org,
 stephane.rochoy@netasq.com
Cc:  
Subject: Re: kern/138476: [panic] [sshfs] [fuse] Almost regular panic during VFS operations; maybe related to sshfs
Date: Wed, 2 Sep 2009 08:33:50 -0400

 Line 979 of vfs_subr.c in 7.2 is this in delmntque()
 
 979:        TAILQ_REMOVE(&mp->mnt_nvnodelist, vp, v_nmntvnodes);
 
 It looks like this is either a fuse or sshfs bug where it doesn't insert a 
 vnode it created into the mount's vnode list and when the vnode gets
 recycled so it can be used by another filesystem (in this case FFS), it causes 
 a panic.
 
 -- 
 John Baldwin



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