HomeFreeBSD

vm_object: Widen the flags field

Description

vm_object: Widen the flags field

Take advantage of a nearby 2-byte hole to avoid growing the struct.
This way, only the offsets of "flags" and "pg_color" change. Bump
__FreeBSD_version since some out-of-tree kernel modules may access these
fields, though I haven't found any examples so far.

Reviewed by: kib
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D35905

(cherry picked from commit 9d52823bf1dfac237e58b5208299aaa5e2df42e9)

Details

Provenance
markjAuthored on Oct 6 2024, 1:07 PM
Reviewer
kib
Differential Revision
D35905: vm_object: Widen the flags field
Parents
rG81da8e39f789: geli tests: Work around a missing MFC
Branches
Unknown
Tags
Unknown