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)
Thu, Oct 2, 2:26 PM
Unknown Object (File)
Wed, Oct 1, 8:54 PM
Unknown Object (File)
Wed, Oct 1, 2:43 AM
Unknown Object (File)
Tue, Sep 30, 9:15 AM
Unknown Object (File)
Thu, Sep 25, 7:47 PM
Unknown Object (File)
Mon, Sep 22, 9:10 PM
Unknown Object (File)
Sun, Sep 21, 8:07 AM
Unknown Object (File)
Sep 13 2025, 9:33 PM
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.