Default vfs.fastdev to 1 for wider testing, so the vnode bypass for device
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 12 Nov 2004 10:58:59 +0000 (10:58 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 12 Nov 2004 10:58:59 +0000 (10:58 +0000)
commit36dbf6bd93e97bcffe7fe188ffa25e869142e82e
treefc87921d7d18cbc70a2419f90d640869d8b61783
parent43a0cb4d85e5ba7b3e08fcd80a01c7af5db2185f
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.
sys/kern/vfs_subr.c