Page MenuHomeFreeBSD

vm_pageout: fix pageout_flush
ClosedPublic

Authored by dougm on May 31 2025, 2:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 11, 12:54 AM
Unknown Object (File)
Mon, Nov 3, 1:36 PM
Unknown Object (File)
Wed, Oct 29, 5:19 AM
Unknown Object (File)
Sat, Oct 25, 5:55 AM
Unknown Object (File)
Oct 2 2025, 2:26 PM
Unknown Object (File)
Oct 1 2025, 8:54 PM
Unknown Object (File)
Oct 1 2025, 2:43 AM
Unknown Object (File)
Sep 30 2025, 9:15 AM
Subscribers

Details

Summary

A change just made to vm_pageout_flush wrongly dismissed the variable 'runlen' and used 'count' in its place, with the unintended consequence of terminating the main loop of the function prematurely when the first VM_PAGER_AGAIN pageout status was encountered. Reintroduce that variable, so that the loop runs to completion.

Fixes: f2a193a967e3 ("vm_pageout: reduce number of flush() params")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm requested review of this revision.May 31 2025, 2:42 AM
dougm created this revision.
This revision is now accepted and ready to land.May 31 2025, 5:57 PM
This revision was automatically updated to reflect the committed changes.