HomeFreeBSD

vm_page: use ref_count for NOFREE counter

Description

vm_page: use ref_count for NOFREE counter

In managing freed PG_NOFREE pages, use ref_count instead of pindex for
counting pages in freed PG_NOFREE blocks. No change in behavior is
expected. This restores the (useful) property that the pindex field is
of interest only for pages that are mapped to objects.

Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D50112

Details

Provenance
dougmAuthored on May 2 2025, 2:16 AM
Reviewer
markj
Differential Revision
D50112: vm_page: use ref_count for NOFREE counter
Parents
rG68daa781c1f1: mountd: Fix updating the network/host(s) for an exports line
Branches
Unknown
Tags
Unknown