Page MenuHomeFreeBSD

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

Authored by markj on Jun 2 2023, 7:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 1, 2:21 PM
Unknown Object (File)
Fri, Oct 31, 4:13 AM
Unknown Object (File)
Thu, Oct 30, 3:16 PM
Unknown Object (File)
Tue, Oct 21, 4:51 AM
Unknown Object (File)
Sun, Oct 19, 2:04 PM
Unknown Object (File)
Thu, Oct 16, 6:10 PM
Unknown Object (File)
Oct 6 2025, 1:16 AM
Unknown Object (File)
Oct 2 2025, 3:27 PM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable