K 10 svn:author V 3 alc K 8 svn:date V 27 2018-05-28T16:23:39.117947Z K 7 svn:log V 205 Addendum to r334233. In vm_fault_populate(), since the page lock is held, we must use vm_page_xunbusy_maybelocked() rather than vm_page_xunbusy() to unbusy the page. Reviewed by: kib X-MFC with: r334233 END