HomeFreeBSD

vm: Initialize the transient buffer mapping arena with M_WAITOK

Description

vm: Initialize the transient buffer mapping arena with M_WAITOK

The wait flag is passed to UMA when allocating boundary tags for the
initial span, and UMA expects either M_WAITOK or M_NOWAIT to be present.

Reported by: cperciva
MFC after: 1 week
Sponsored by: The FreeBSD Foundation

Details

Provenance
markjAuthored on Apr 14 2022, 7:46 PM
Parents
rG6fb7c42d593d: vm: Move the "vm_wait in early boot" assertion to the proper place
Branches
Unknown
Tags
Unknown