K 10 svn:author V 4 jeff K 8 svn:date V 27 2008-03-29T07:06:13.000000Z K 7 svn:log V 287 - Use vm_object_reference_locked() directly from vm_object_reference(). This is intended to get rid of vget() consumers who don't wish to acquire a lock. This is functionally the same as calling vref(). vm_object_reference_locked() already uses vref. Discussed with: alc END