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
F107089658: D28144.id83612.diff
Thu, Jan 9, 10:57 PM
Unknown Object (File)
Nov 26 2024, 6:18 PM
Unknown Object (File)
Nov 23 2024, 8:06 AM
Unknown Object (File)
Nov 12 2024, 1:30 PM
Unknown Object (File)
Nov 6 2024, 3:53 PM
Unknown Object (File)
Nov 4 2024, 8:25 AM
Unknown Object (File)
Oct 29 2024, 12:14 PM
Unknown Object (File)
Oct 25 2024, 5:00 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 36184
Build 33073: 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.