Commit 0bed115
ipv6: mcast: Remove unnecessary ASSERT_RTNL and comment.
JIRA: https://issues.redhat.com/browse/RHEL-115325
commit 49b8223
Author: Kuniyuki Iwashima <kuniyu@google.com>
Date: Wed Jul 2 16:01:27 2025 -0700
ipv6: mcast: Remove unnecessary ASSERT_RTNL and comment.
Now, RTNL is not needed for mcast code, and what's commented in
ip6_mc_msfget() is apparent by for_each_pmc_socklock(), which has
lockdep annotation for lock_sock().
Let's remove the comment and ASSERT_RTNL() in ipv6_mc_rejoin_groups().
Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20250702230210.3115355-11-kuni1840@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: CKI Backport Bot <cki-ci-bot+cki-gitlab-backport-bot@redhat.com>1 parent 22701a3 commit 0bed115
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | 608 | | |
613 | 609 | | |
614 | 610 | | |
| |||
2880 | 2876 | | |
2881 | 2877 | | |
2882 | 2878 | | |
2883 | | - | |
2884 | | - | |
2885 | 2879 | | |
2886 | 2880 | | |
2887 | 2881 | | |
| |||
0 commit comments