K 10 svn:author V 3 alc K 8 svn:date V 27 2002-07-25T19:09:07.000000Z K 7 svn:log V 258 o Remove a vm_page_deactivate() that is immediately followed by a vm_page_rename() from vm_object_backing_scan(). vm_page_rename() also performs vm_page_deactivate() on pages in the cache queues, making the removed vm_page_deactivate() redundant. END