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
F97875305: D40401.diff
Tue, Oct 1, 2:28 PM
Unknown Object (File)
Tue, Sep 10, 6:27 PM
Unknown Object (File)
Tue, Sep 10, 6:27 PM
Unknown Object (File)
Tue, Sep 10, 6:27 PM
Unknown Object (File)
Sat, Sep 7, 5:42 PM
Unknown Object (File)
Aug 30 2024, 8:55 AM
Unknown Object (File)
Aug 18 2024, 12:05 PM
Unknown Object (File)
Aug 15 2024, 9:33 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