K 10 svn:author V 7 attilio K 8 svn:date V 27 2013-06-20T21:50:04.150178Z K 7 svn:log V 398 When switching to atomics for handling the busy bit this means we cannot rely any-longer on the object lock to protect between the lookup/allocation, the sleep and the actual page busing. Busy the page also in read mode, directly in vm_page_alloc()/vm_page_grab() after the lookup/allocation is just performed. This will leave the behaviour consistent. Sponsored by: EMC / Isilon storage division END