Implement vm_fault_object_page(). This function returns a held VM page
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 7 Jun 2007 23:00:39 +0000 (23:00 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 7 Jun 2007 23:00:39 +0000 (23:00 +0000)
commitaa542ad5d58cc9a828834b0ae4086a3e04611261
tree17ef005639bd936c9e80a01a7ec25e73faa11285
parentf0b5dad41d4fe0b891a9410a3c479cf6a5d10ad4
Implement vm_fault_object_page().  This function returns a held VM page
for the specified offset in the specified object and does all I/O necessary
to validate the page (as if it had been faulted in).

This function allows us to bypass the vm_map*() code when all we want is
the VM page.
sys/vm/vm_fault.c
sys/vm/vm_object.h