cvs commit: src/sys/kern vfs_conf.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat May 24 12:09:26 PDT 2008


dillon      2008/05/24 12:08:28 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_conf.c 
  Log:
  Fix a very old bug where the root mount was not getting a filesystem syncer
  assigned to it.  This caused the more recent vnode recycling code to fail
  to recycle vnodes on the root mount, leading to resource starvation.
  
  Reported-by: Peter Avalos <pavalos at theshell.com>,
  	     Michael Neumann <mneumann at ntecs.de>
  
  Revision  Changes    Path
  1.34      +13 -7     src/sys/kern/vfs_conf.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_conf.c.diff?r1=1.33&r2=1.34&f=u





More information about the Commits mailing list