CVS: cvs.openbsd.org: src

Kirill A. Korinsky <[email protected]> Wed, 22 Jul 2026 14:58:23 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
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@