cvs commit: src/sys/kern vfs_subr.c

Jeff Roberson jeff at FreeBSD.org
Sat Oct 4 19:48:06 PDT 2003


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


More information about the cvs-all mailing list