HomeFreeBSD

shmfd: make shm_size a vm_ooffset_t

Description

shmfd: make shm_size a vm_ooffset_t

On 32-bit platforms, this expands the shm_size to a 64-bit quantity and
resolves a mismatch between the shmfd size and underlying vm_object size.
The implementation did not account for this kind of mismatch.

Reviewed by: kib
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D25602

Details

Provenance
kevansAuthored on
Reviewer
kib
Differential Revision
D25602: shmfd: make shm_size a vm_ooffset_t
Parents
rS363061: Enable support for IEEE 802.11N, 802.11W, 802.11AC and 802.11.AX to
Branches
Unknown
Tags
Unknown