Page MenuHomeFreeBSD

vm_radix: use bool, drop function
ClosedPublic

Authored by dougm on Jun 17 2023, 6:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 9 2026, 8:07 PM
Unknown Object (File)
May 8 2026, 8:49 PM
Unknown Object (File)
May 1 2026, 9:12 PM
Unknown Object (File)
Apr 20 2026, 2:08 AM
Unknown Object (File)
Apr 15 2026, 9:04 AM
Unknown Object (File)
Apr 10 2026, 3:01 PM
Unknown Object (File)
Apr 9 2026, 9:40 PM
Unknown Object (File)
Apr 7 2026, 1:16 PM
Subscribers
None

Details

Reviewers
alc
markj
Summary

Replace boolean_t with bool in vm_radix.c. Drop the unused function vm_radix_is_singleton, which is unused and has no corresponding function in subr_pctrie.c.

Test Plan

Kernel builds and boots.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dougm requested review of this revision.Jun 17 2023, 6:38 PM
dougm created this revision.
dougm added a reviewer: markj.

Update line numbers.

This revision is now accepted and ready to land.Jun 21 2023, 4:40 AM

Checked it in. Didn't automatically get closed because I use <angle brackets>.