cvs commit: src/sys/vm vm_fault.c

Alan Cox alc at FreeBSD.org
Fri Dec 24 11:31:55 PST 2004


alc         2004-12-24 19:31:54 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_fault.c 
  Log:
  Continue the transition from synchronizing access to the page's PG_BUSY
  flag and busy field with the global page queues lock to synchronizing their
  access with the containing object's lock.  Specifically, acquire the
  containing object's lock before reading the page's PG_BUSY flag and busy
  field in vm_fault().
  
  Reviewed by: tegge@
  
  Revision  Changes    Path
  1.201     +29 -11    src/sys/vm/vm_fault.c


More information about the cvs-all mailing list