diff options
author | Ido Schimmel <idosch@nvidia.com> | 2022-10-18 09:40:00 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-10-19 14:01:08 +0100 |
commit | 262985fad1bd819d1323c6dbd72a8d9ed1c6090c (patch) | |
tree | 35af336f7c324f23bf0a434aee77cf294590f4f0 /scripts/bpf_doc.py | |
parent | b526b2ea1454d03b294cd10aa35695d5232b1106 (diff) |
bridge: mcast: Use spin_lock() instead of spin_lock_bh()
IGMPv3 / MLDv2 Membership Reports are only processed from the data path
with softIRQ disabled, so there is no need to call spin_lock_bh(). Use
spin_lock() instead.
This is consistent with how other IGMP / MLD packets are processed.
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions