HomeFreeBSD

vm_phys: Change the return type of vm_phys_unfree_page() to bool

Description

vm_phys: Change the return type of vm_phys_unfree_page() to bool

This is in keeping with the trend of removing uses of boolean_t, and the
sole caller was implicitly converting it to a "bool".

No functional change intended.

Reviewed by: dougm, alc, imp, kib
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D40401

Details

Provenance
markjAuthored on Jun 5 2023, 2:40 PM
Reviewer
dougm
Differential Revision
D40401: vm_phys: Change the return type of vm_phys_unfree_page() to bool
Parents
rG6d777389e19d: xargs: Fix typo in error message.
Branches
Unknown
Tags
Unknown