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)
Fri, Jan 17, 2:17 PM
Unknown Object (File)
Thu, Jan 2, 8:20 PM
Unknown Object (File)
Fri, Dec 27, 2:18 AM
Unknown Object (File)
Dec 13 2024, 9:21 PM
Unknown Object (File)
Dec 2 2024, 12:51 AM
Unknown Object (File)
Nov 28 2024, 2:55 PM
Unknown Object (File)
Nov 19 2024, 3:47 PM
Unknown Object (File)
Oct 2 2024, 2:38 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