K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-10-05T02:48:04.000000Z K 7 svn:log V 313 - Don't cache_purge() in getnewvnode. It's done in vclean(). With this purge, the purge in vclean, and the filesystems purge, we had 3 purges per vnode. - Move the insmntque(vp, 0) to vclean() so that we may remove it from the two vgone() functions and reduce the number of lock operations required. END