cvs commit: src/sys/vm vm_fault.c

Alan Cox alc at FreeBSD.org
Sat Feb 26 20:23:21 GMT 2005


alc         2005-02-26 20:23:20 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/vm               vm_fault.c 
  Log:
  MFC revision 1.201
   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().
  
  Revision   Changes    Path
  1.192.2.4  +29 -11    src/sys/vm/vm_fault.c


More information about the cvs-all mailing list