K 10 svn:author V 5 tegge K 8 svn:date V 27 2000-11-02T21:42:54.000000Z K 7 svn:log V 233 Clear the VFREE flag when the vnode is removed from the free list in getnewvnode(). Otherwise routines called from VOP_INACTIVE() might attempt to remove the vnode from a free list the vnode isn't on, causing corruption. PR: 18012 END