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