cvs commit: src/sys/vm vm_object.h vm_fault.c

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jun 7 16:01:15 PDT 2007


dillon      2007/06/07 16:00:39 PDT

DragonFly src repository

  Modified files:
    sys/vm               vm_object.h vm_fault.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.13      +1 -0      src/sys/vm/vm_object.h
  1.42      +140 -3    src/sys/vm/vm_fault.c


http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_object.h.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_fault.c.diff?r1=1.41&r2=1.42&f=u





More information about the Commits mailing list