diff options
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/igmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c index f10eab462282..890c4258804c 100644 --- a/net/ipv4/igmp.c +++ b/net/ipv4/igmp.c | |||
@@ -2539,7 +2539,7 @@ static int igmp_mc_seq_show(struct seq_file *seq, void *v) | |||
2539 | querier = "NONE"; | 2539 | querier = "NONE"; |
2540 | #endif | 2540 | #endif |
2541 | 2541 | ||
2542 | if (rcu_dereference(state->in_dev->mc_list) == im) { | 2542 | if (rcu_access_pointer(state->in_dev->mc_list) == im) { |
2543 | seq_printf(seq, "%d\t%-10s: %5d %7s\n", | 2543 | seq_printf(seq, "%d\t%-10s: %5d %7s\n", |
2544 | state->dev->ifindex, state->dev->name, state->in_dev->mc_count, querier); | 2544 | state->dev->ifindex, state->dev->name, state->in_dev->mc_count, querier); |
2545 | } | 2545 | } |