K 10 svn:author V 3 alc K 8 svn:date V 27 2011-01-03T00:41:56.892421Z K 7 svn:log V 289 Release the page lock early in vm_pageout_clean(). There is no reason to hold this lock until the end of the function. With the aforementioned change to vm_pageout_clean(), page locks don't need to support recursive (MTX_RECURSE) or duplicate (MTX_DUPOK) acquisitions. Reviewed by: kib END