]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Restore loop break in vm_pageout_lowmem().
authormav <mav@FreeBSD.org>
Tue, 14 Jan 2020 03:27:57 +0000 (03:27 +0000)
committermav <mav@FreeBSD.org>
Tue, 14 Jan 2020 03:27:57 +0000 (03:27 +0000)
commit46f20957820d1c88a19048fae20a4318eda4f3be
treebd23b7052696959615bac8aa7253f95f71cff21b
parentdb12eb3fcd1359be39ea5697042681a2d6e5ad53
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.
sys/vm/vm_pageout.c