cvs commit: src/sys/vm vm_object.c

Alan Cox alc at FreeBSD.org
Sun Aug 29 13:14:11 PDT 2004


alc         2004-08-29 20:14:10 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_object.c 
  Log:
  Move the acquisition and release of the lock on the object at the head of
  the shadow chain outside of the loop in vm_object_madvise(), reducing the
  number of times that this lock is acquired and released.
  
  Revision  Changes    Path
  1.332     +12 -4     src/sys/vm/vm_object.c


More information about the cvs-src mailing list