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.
This is part of a larger patch that I've been ask to break up into smaller pieces.
Differential D20846
boolean_t to bool in wire/unwire fucntions dougm on Jul 3 2019, 10:28 PM. Authored by Tags None Referenced Files
Subscribers
Details 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. This is part of a larger patch that I've been ask to break up into smaller pieces.
Diff Detail
Event TimelineComment Actions Thanks, I was also going to suggest extracting this patch into a separate commit.
|