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
F132745336: D40401.diff
Sun, Oct 19, 2:04 PM
Unknown Object (File)
Thu, Oct 16, 6:10 PM
Unknown Object (File)
Mon, Oct 6, 1:16 AM
Unknown Object (File)
Thu, Oct 2, 3:27 PM
Unknown Object (File)
Sep 19 2025, 8:44 AM
Unknown Object (File)
Sep 13 2025, 12:18 AM
Unknown Object (File)
Sep 11 2025, 3:16 PM
Unknown Object (File)
Sep 5 2025, 7:39 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