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)
Mon, Dec 2, 12:51 AM
Unknown Object (File)
Thu, Nov 28, 2:55 PM
Unknown Object (File)
Tue, Nov 19, 3:47 PM
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
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