cvs commit: src/sys/vfs/union union_vfsops.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Mar 29 12:44:31 PST 2004


dillon      2004/03/29 12:43:52 PST

DragonFly src repository

  Modified files:
    sys/vfs/union        union_vfsops.c 
  Log:
  Count vnodes held on the mount list simply by using the
  mp->mnt_nvnodelistsize field, instead of physically looping on the
  vnode list.
  
  Suggested-by: someone, not sure.  Hiten or David maybe.
  
  Revision  Changes    Path
  1.9       +1 -10     src/sys/vfs/union/union_vfsops.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/union/union_vfsops.c.diff?r1=1.8&r2=1.9&f=h





More information about the Commits mailing list