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

Details

Provenance
markjAuthored on Sun, Oct 6, 1:07 PM
Reviewer
kib
Differential Revision
D35905: vm_object: Widen the flags field
Parents
rG6bd8d85579a1: dummymbuf: Fix code style
Branches
Unknown
Tags
Unknown