K 10 svn:author V 3 alc K 8 svn:date V 27 2005-02-26T20:23:20.000000Z K 7 svn:log V 335 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(). END