Implement vm_fault_object_page(). This function returns a held VM page
commit0e6720546978170c7d364cc404e933cfe412ca8b
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 7 Jun 2007 23:00:39 +0000 (7 23:00 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 7 Jun 2007 23:00:39 +0000 (7 23:00 +0000)
tree022ae42283c846a3a7fc5d6bb80d64999c6d9977
parent10f246b4ce6e57c87cb986a3f40273bd26220965
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