K 10 svn:author V 3 kib K 8 svn:date V 27 2012-05-18T10:23:47.801648Z K 7 svn:log V 348 Do not double-reference the found vm object in cdev_pager_lookup(). vm_pager_object_lookup() already referenced the object. Note that there is no in-tree consumers of cdev_pager_lookup(). The only known user of the function is i915 gem driver, which is not yet imported. This should make the KPI change minor. Submitted by: avg MFC after: 1 week END