cvs commit: src/sys/kern
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Nov 12 02:59:47 PST 2004
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
More information about the Commits
mailing list