igmp_v1v2_queue_report() doesn't require epoch.

This commit is contained in:
Gleb Smirnoff 2019-10-17 16:02:34 +00:00
parent b7d6b3ffec
commit 756368b68b

View File

@ -2179,7 +2179,6 @@ igmp_v1v2_queue_report(struct in_multi *inm, const int type)
struct ip *ip; struct ip *ip;
struct mbuf *m; struct mbuf *m;
NET_EPOCH_ASSERT();
IN_MULTI_LIST_LOCK_ASSERT(); IN_MULTI_LIST_LOCK_ASSERT();
IGMP_LOCK_ASSERT(); IGMP_LOCK_ASSERT();