cvs commit: src/sys/vm vm_fault.c

Alan Cox alc at FreeBSD.org
Fri Jul 6 21:25:22 UTC 2007


alc         2007-07-06 21:25:21 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_fault.c 
  Log:
  When a cached page is reactivated in vm_fault(), update the counter that
  tracks the total number of reactivated pages.  (We have not been
  counting reactivations by vm_fault() since revision 1.46.)
  
  Correct a comment in vm_fault_additional_pages().
  
  Approved by:    re (kensmith)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.233     +10 -8     src/sys/vm/vm_fault.c


More information about the cvs-src mailing list