]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vm_phys: Change the return type of vm_phys_unfree_page() to bool
authorMark Johnston <markj@FreeBSD.org>
Mon, 5 Jun 2023 14:40:15 +0000 (10:40 -0400)
committerMark Johnston <markj@FreeBSD.org>
Mon, 5 Jun 2023 16:22:11 +0000 (12:22 -0400)
commit6062d9faf23f11e0655f3a222c204725e3111fe8
tree5e3f72752306e80c336e3886f4717a98f94244de
parent6d777389e19d3bebde515e88e8405de45d8af7bd
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
sys/vm/vm_page.c
sys/vm/vm_phys.c
sys/vm/vm_phys.h