Page MenuHomeFreeBSD

pctrie: breakup pctrie_root_store
ClosedPublic

Authored by dougm on Wed, Oct 30, 10:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 23, 4:25 PM
Unknown Object (File)
Thu, Nov 21, 10:32 AM
Unknown Object (File)
Tue, Nov 5, 3:00 AM
Unknown Object (File)
Mon, Nov 4, 9:43 PM
Unknown Object (File)
Thu, Oct 31, 1:54 AM
Unknown Object (File)
Thu, Oct 31, 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.Mon, Nov 4, 7:20 PM
This revision was automatically updated to reflect the committed changes.