kern/138476: [panic] [sshfs] [fuse] Almost regular panic during VFS operations; maybe related to sshfs

John Baldwin jhb at FreeBSD.org
Wed Sep 2 12:50:06 UTC 2009


The following reply was made to PR kern/138476; it has been noted by GNATS.

From: John Baldwin <jhb at FreeBSD.org>
To: bug-followup at freebsd.org,
 stephane.rochoy at 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


More information about the freebsd-fs mailing list