--- src/sys/sys/vnode.h 2008/07/01 02:02:55 1.81 +++ src/sys/sys/vnode.h 2008/07/12 01:09:45 1.82 @@ -476,6 +476,7 @@ int vmntvnodescan(struct mount *mp, int void insmntque(struct vnode *vp, struct mount *mp); void vclean_vxlocked (struct vnode *vp, int flags); +void vclean_unlocked (struct vnode *vp); void vgone_vxlocked (struct vnode *vp); void vupdatefsmid (struct vnode *vp); int vinvalbuf (struct vnode *vp, int save, int slpflag, int slptimeo);