K 10 svn:author V 4 jeff K 8 svn:date V 27 2005-03-15T14:14:09.000000Z K 7 svn:log V 395 - In vm_page_insert() hold the backing vnode when the first page is inserted. - In vm_page_remove() drop the backing vnode when the last page is removed. - Don't check the vnode to see if it must be reclaimed on every call to vm_page_free_toq() as we only check it now when it is actually required. This saves us two lock operations per call. Sponsored by: Isilon Systems, Inc. END