Page MenuHomeFreeBSD

pctrie: breakup pctrie_root_store
ClosedPublic

Authored by dougm on Oct 30 2024, 10:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 5, 3:23 AM
Unknown Object (File)
Nov 23 2024, 4:25 PM
Unknown Object (File)
Nov 21 2024, 10:32 AM
Unknown Object (File)
Nov 5 2024, 3:00 AM
Unknown Object (File)
Nov 4 2024, 9:43 PM
Unknown Object (File)
Oct 31 2024, 1:54 AM
Unknown Object (File)
Oct 31 2024, 12:01 AM
Subscribers

Details

Summary

Break up pctrie_root_store into the part that casts the root to a smr_pctnode_t *, and the rest. The rest is just pctrie_node_store, and the casting part can be used in a few more places.

This is strictly a code-cleanup change, with no functional change expected.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm created this revision.
This revision is now accepted and ready to land.Nov 4 2024, 7:20 PM
This revision was automatically updated to reflect the committed changes.