K 10 svn:author V 3 alc K 8 svn:date V 27 2017-03-18T05:53:09.233243Z K 7 svn:log V 249 MFC r315318 Relax the locking requirements for vm_object_page_noreuse(). While reviewing all uses of OFF_TO_IDX(), I observed that vm_object_page_noreuse() is requiring an exclusive lock on the object when, in fact, a shared lock suffices. END