cvs commit: src/sys/vm vm_object.c

Alan Cox alc at FreeBSD.org
Sat Jan 8 15:41:12 PST 2005


alc         2005-01-08 23:41:11 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_object.c 
  Log:
  Move the acquisition and release of the page queues lock outside of a loop
  in vm_object_split() to avoid repeated acquisition and release.
  
  Revision  Changes    Path
  1.340     +3 -2      src/sys/vm/vm_object.c


More information about the cvs-all mailing list