DragonFly commits List (threaded) for 2007-01
DragonFly BSD
DragonFly commits List (threaded) for 2007-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern vfs_bio.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 8 Jan 2007 11:42:24 -0800 (PST)

dillon      2007/01/08 11:42:24 PST

DragonFly src repository

  Modified files:
    sys/kern             vfs_bio.c 
  Log:
  Rewrite vmapbuf() to use vm_fault_page_quick() instead of vm_fault_quick().
  Overhead is slightly increased (until we can optimize vm_fault_page_quick()),
  but the code is greatly simplified.
  
  Revision  Changes    Path
  1.88      +11 -21    src/sys/kern/vfs_bio.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_bio.c.diff?r1=1.87&r2=1.88&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]