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

cvs commit: src/sys/kern


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 12 Nov 2004 02:58:59 -0800 (PST)

dillon      2004/11/12 02:58:59 PST

DragonFly src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  Default vfs.fastdev to 1 for wider testing, so the vnode bypass for device
  read and write is now the default.
  
  This is a precursor to the continued work on a kernel-managed cache layer
  on top of the VFS layer.  That is, the intention is to eventually switch the
  VM page cache to be ABOVE the VFS layer rather then BELOW the VFS layer for
  standard read() and write() calls, with potentially major performance
  benefits.
  
  Revision  Changes    Path
  1.47      +1 -1      src/sys/kern/vfs_subr.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_subr.c.diff?r1=1.46&r2=1.47&f=u



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