The multicast routing code was using spin mutexes for packet counting,
but there is no reason to use them instead of regular mutexes, given
that none of this code runs in an interrupt context. Convert to using
default mutexes.
Details
Details
- Reviewers
jhb glebius - Group Reviewers
network - Commits
- rGa265c8b4a5a7: ip_mroute: Convert to using a regular mutex
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable