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)
Sat, Feb 8, 10:05 AM
Unknown Object (File)
Wed, Jan 29, 1:51 AM
Unknown Object (File)
Tue, Jan 28, 11:54 AM
Unknown Object (File)
Jan 13 2025, 9:40 AM
Unknown Object (File)
Jan 6 2025, 11:44 AM
Unknown Object (File)
Dec 5 2024, 3:23 AM
Unknown Object (File)
Nov 23 2024, 4:25 PM
Unknown Object (File)
Nov 21 2024, 10:32 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

Lint
Lint Skipped
Unit
Tests Skipped

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.