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)
Thu, May 15, 7:43 PM
Unknown Object (File)
Tue, May 13, 7:48 PM
Unknown Object (File)
Fri, May 9, 10:06 AM
Unknown Object (File)
Sat, May 3, 5:37 PM
Unknown Object (File)
Mon, Apr 28, 6:31 PM
Unknown Object (File)
Thu, Apr 24, 9:51 PM
Unknown Object (File)
Sun, Apr 20, 4:44 PM
Unknown Object (File)
Sun, Apr 20, 1:18 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