Page MenuHomeFreeBSD

vm_pageout: fix pageout_flush
ClosedPublic

Authored by dougm on May 31 2025, 2:42 AM.
Tags
None
Referenced Files
F172913225: D50622.id.diff
Tue, Sep 22, 1:28 AM
Unknown Object (File)
Mon, Sep 21, 12:05 AM
Unknown Object (File)
Mon, Sep 21, 12:05 AM
Unknown Object (File)
Thu, Sep 10, 11:49 PM
Unknown Object (File)
Thu, Sep 10, 12:33 PM
Unknown Object (File)
Tue, Sep 8, 5:20 AM
Unknown Object (File)
Sun, Sep 6, 4:00 PM
Unknown Object (File)
Sat, Sep 5, 12:37 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.