HomeFreeBSD

Change boolean_t variables in vm_map_unwire and vm_map_wire_locked to

Description

Change boolean_t variables in vm_map_unwire and vm_map_wire_locked to
bool. Drop result variable. Add holes_ok bool to replace repeated
masking of flags parameter.

Approved by: markj (mentor)
Differential Revision: https://reviews.freebsd.org/D20846

Details

Provenance
dougmAuthored on
Differential Revision
D20846: boolean_t to bool in wire/unwire fucntions
Parents
rS349742: MFC r347986:
Branches
Unknown
Tags
Unknown