Files
linux/net
Taehee Yoo cf2ce339b4 mld: get rid of inet6_dev->mc_lock
The purpose of mc_lock is to protect inet6_dev->mc_tomb.
But mc_tomb is already protected by RTNL and all functions,
which manipulate mc_tomb are called under RTNL.
So, mc_lock is not needed.
Furthermore, it is spinlock so the critical section is atomic.
In order to reduce atomic context, it should be removed.

Suggested-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-03-26 15:14:55 -07:00
..
2021-03-03 16:57:59 -08:00
2021-03-25 17:05:07 -07:00
2021-03-25 17:05:08 -07:00
2021-03-26 15:09:45 -07:00
2021-03-25 17:39:33 -07:00
2021-03-26 15:14:55 -07:00
2021-03-22 13:17:49 -07:00
2021-03-24 17:52:11 -07:00
2021-01-24 14:27:18 +01:00
2021-03-19 13:38:46 -07:00
2021-03-25 16:56:27 -07:00