Page MenuHomeFreeBSD

netgraph/ng_bridge: switch loopCount to counter framework
AbandonedPublic

Authored by donner on Jan 13 2021, 11:19 PM.
Tags
None
Referenced Files
F127030908: D28144.id83466.diff
Tue, Aug 26, 6:48 PM
Unknown Object (File)
Tue, Aug 26, 7:15 AM
Unknown Object (File)
Tue, Aug 26, 7:07 AM
Unknown Object (File)
Sun, Aug 24, 3:39 AM
Unknown Object (File)
Fri, Aug 22, 10:00 PM
Unknown Object (File)
Fri, Aug 22, 10:33 AM
Unknown Object (File)
Fri, Aug 22, 5:48 AM
Unknown Object (File)
Wed, Aug 20, 8:23 PM

Details

Reviewers
None
Group Reviewers
network
Summary

Switch the hook private variable loopCount to the counter framework.

Depends on D28125

Diff Detail

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

Event Timeline

  • Fix style for overlong line

Rebase after several changes to the orginal source

Overcome by D28559
All write access to this variable will be moved to calls under the WRITER lock.