Date: Sat, 4 Oct 2003 19:48:05 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200310050248.h952m59Z057723@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/10/04 19:48:05 PDT FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - 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. Revision Changes Path 1.463 +5 -11 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310050248.h952m59Z057723>