K 10 svn:author V 4 jeff K 8 svn:date V 27 2019-12-22T20:35:50.229315Z K 7 svn:log V 238 Fix a bug introduced in r356002. Prior versions of this patchset had vm_page_remove() rather than !vm_page_wired() as the condition for free. When this changed back to wired the busy lock was leaked. Reported by: pho Reviewed by: markj END