cvs commit: src/sys/vm vm_fault.c

Alan Cox alc at FreeBSD.org
Sun Mar 9 06:08:58 UTC 2008


alc         2008-03-09 06:08:58 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_fault.c 
  Log:
  Eliminate an unnecessary test from vm_fault's delete-behind heuristic.
  Specifically, since the delete-behind heuristic is never applied to a
  device-backed object, there is no point in checking whether each of the
  object's pages is fictitious.  (Only device-backed objects have
  fictitious pages.)
  
  Revision  Changes    Path
  1.240     +1 -1      src/sys/vm/vm_fault.c


More information about the cvs-all mailing list