Page MenuHomeFreeBSD

pctrie: breakup pctrie_root_store
ClosedPublic

Authored by dougm on Oct 30 2024, 10:24 PM.
Tags
None
Referenced Files
F166985612: D47347.id145702.diff
Tue, Aug 18, 9:49 AM
F166930056: D47347.id146003.diff
Mon, Aug 17, 8:29 PM
Unknown Object (File)
Sun, Aug 16, 9:20 PM
Unknown Object (File)
Sun, Aug 16, 8:26 PM
Unknown Object (File)
Sat, Aug 15, 9:52 PM
Unknown Object (File)
Fri, Aug 14, 7:52 PM
Unknown Object (File)
Thu, Aug 13, 7:36 PM
Unknown Object (File)
Thu, Aug 13, 12:20 PM
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.