Page MenuHomeFreeBSD

FFL: Convert hostcache rmx_ssthresh from u_long to uint32_t
ClosedPublic

Authored by jtl on Jul 2 2016, 8:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 6, 9:45 PM
Unknown Object (File)
Mon, Jul 6, 9:05 PM
Unknown Object (File)
Mon, Jul 6, 4:45 AM
Unknown Object (File)
Jun 4 2026, 2:01 AM
Unknown Object (File)
Jun 3 2026, 9:24 PM
Unknown Object (File)
May 31 2026, 12:26 PM
Unknown Object (File)
May 14 2026, 11:35 AM
Unknown Object (File)
May 14 2026, 3:37 AM
Subscribers

Details

Reviewers
gnn
Group Reviewers
transport
Summary

Convert hostcache rmx_ssthresh from u_long to uint32_t. Again, this diverges from the type in the rt_metrics structure; however, that shouldn't matter as the two values are currently tracked separately.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4404
Build 4454: arc lint + arc unit

Event Timeline

jtl retitled this revision from to FFL: Convert hostcache rmx_ssthresh from u_long to uint32_t.
jtl updated this object.
jtl edited the test plan for this revision. (Show Details)
jtl added a reviewer: transport.
gnn added a reviewer: gnn.
This revision is now accepted and ready to land.Jul 4 2016, 12:24 AM