Page MenuHomeFreeBSD

vnode_pager: simplify loop, avoid overflow
ClosedPublic

Authored by dougm on Mar 2 2025, 1:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 23, 1:25 PM
Unknown Object (File)
Mon, Mar 23, 1:16 AM
Unknown Object (File)
Thu, Mar 19, 3:13 AM
Unknown Object (File)
Thu, Mar 19, 3:13 AM
Unknown Object (File)
Thu, Mar 19, 3:13 AM
Unknown Object (File)
Feb 8 2026, 1:21 PM
Unknown Object (File)
Feb 7 2026, 6:26 PM
Unknown Object (File)
Jan 31 2026, 6:10 AM
Subscribers

Details

Summary

Filling in read-behind pages in vnode_pager_generic_getpages() is made very slightly simpler here, by avoiding overflowing the startpindex variable and then avoiding an extra test in the allocation loop that handles the overflow case.

Diff Detail

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

Event Timeline

dougm requested review of this revision.Mar 2 2025, 1:10 AM
dougm created this revision.
This revision is now accepted and ready to land.Mar 2 2025, 7:49 AM
This revision was automatically updated to reflect the committed changes.