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
F82916107: D40401.id122775.diff
Fri, May 3, 11:16 PM
Unknown Object (File)
Thu, May 2, 9:05 AM
Unknown Object (File)
Sat, Apr 27, 11:39 PM
Unknown Object (File)
Wed, Apr 24, 12:45 AM
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
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