K 10 svn:author V 5 markj K 8 svn:date V 27 2019-09-16T15:09:31.599202Z K 7 svn:log V 298 Fix a page leak in vm_page_reclaim_run(). After r352110 the attempt to remove mappings of the page being replaced may fail if the page is wired. In this case we must free the replacement page. Reviewed by: alc, kib Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D21639 END