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)
Oct 2 2024, 2:38 AM
Unknown Object (File)
Oct 2 2024, 12:32 AM
Unknown Object (File)
Oct 1 2024, 2:28 PM
Unknown Object (File)
Sep 10 2024, 6:27 PM
Unknown Object (File)
Sep 10 2024, 6:27 PM
Unknown Object (File)
Sep 10 2024, 6:27 PM
Unknown Object (File)
Sep 7 2024, 5:42 PM
Unknown Object (File)
Aug 30 2024, 8:55 AM
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