K 10 svn:author V 3 mav K 8 svn:date V 27 2020-01-14T03:27:57.754879Z K 7 svn:log V 252 Restore loop break in vm_pageout_lowmem(). r355004 removed return statement from this loop with intention to also call uma_reclaim_wakeup(). But in case of vm.lowmem_period=0 it causes infinite loop. Reviewed by: markj Sponsored by: iXsystems, Inc. END