Page MenuHomeFreeBSD

ip_mroute: Convert to using a regular mutex
AcceptedPublic

Authored by markj on Thu, Jan 8, 4:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 10, 4:51 PM
Unknown Object (File)
Sat, Jan 10, 5:35 AM
Unknown Object (File)
Sat, Jan 10, 3:27 AM
Unknown Object (File)
Sat, Jan 10, 1:25 AM
Unknown Object (File)
Sat, Jan 10, 12:52 AM
Unknown Object (File)
Fri, Jan 9, 8:43 PM

Details

Reviewers
jhb
glebius
Group Reviewers
network
Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 69723
Build 66606: arc lint + arc unit