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)
Dec 30 2023, 12:06 PM
Unknown Object (File)
Dec 20 2023, 2:48 AM
Unknown Object (File)
Dec 11 2023, 2:25 AM
Unknown Object (File)
Dec 2 2023, 3:20 PM
Unknown Object (File)
Nov 6 2023, 11:26 PM
Unknown Object (File)
Nov 2 2023, 6:17 AM
Unknown Object (File)
Nov 2 2023, 3:37 AM
Unknown Object (File)
Sep 10 2023, 7: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