cvs commit: src/sys/kern vfs_bio.c
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Sun Jun 29 19:12:27 PDT 2008
    
    
  
dillon      2008/06/29 19:11:53 PDT
DragonFly src repository
  Modified files:
    sys/kern             vfs_bio.c 
  Log:
  Fix a buf_daemon performance issue when running on machines with small
  amounts of ram.  The daemon was hitting a 1/2 sleep case that it should
  not have been hitting.
  
  Revision  Changes    Path
  1.108     +68 -80    src/sys/kern/vfs_bio.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_bio.c.diff?r1=1.107&r2=1.108&f=u
    
    
More information about the Commits
mailing list