Rewrite vmapbuf() to use vm_fault_page_quick() instead of vm_fault_quick().
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Jan 2007 19:42:24 +0000 (19:42 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Jan 2007 19:42:24 +0000 (19:42 +0000)
commit0a3895d4ed14543c1e213ff158ade00b50b2c34c
tree7740b80d7e63f38ea3532407d85da88f82529532
parent5a0e2a66f5371fd47410c17cec059be8e1952c99
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.
sys/kern/vfs_bio.c