Index: head/sys/kern/vfs_hash.c =================================================================== --- head/sys/kern/vfs_hash.c +++ head/sys/kern/vfs_hash.c @@ -172,6 +172,7 @@ rw_wlock(&vfs_hash_lock); LIST_INSERT_HEAD(&vfs_hash_side, vp, v_hashlist); rw_wunlock(&vfs_hash_lock); + vgone(vp); vput(vp); if (!error) *vpp = vp2;