CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2026/07/22 14:58:23

Modified files:
        sys/uvm        : uvm_object.c 

Log message:
sys/uvm: fix uao_dropswap() index typo

The loop variable indexes the current pgs[] batch, not the page within
the object. Pass the fetched page's object offset to uao_dropswap(), as
the other resident page callers do.

OK: kettenis@

Reply via email to