diff options
author | Eric Dumazet <[email protected]> | 2015-05-28 04:42:54 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2015-05-30 23:31:28 -0700 |
commit | 71d9f6149cac8fc6646adfb2a6f3b0de6ddd23f6 (patch) | |
tree | b2cb34293f904f1346b38770ab223195d466ea2c /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 5aab0e8a45e2c15930af9aea7f461bf57ad8efe3 (diff) |
bridge: fix br_multicast_query_expired() bug
br_multicast_query_expired() querier argument is a pointer to
a struct bridge_mcast_querier :
struct bridge_mcast_querier {
struct br_ip addr;
struct net_bridge_port __rcu *port;
};
Intent of the code was to clear port field, not the pointer to querier.
Fixes: 2cd4143192e8 ("bridge: memorize and export selected IGMP/MLD querier port")
Signed-off-by: Eric Dumazet <[email protected]>
Acked-by: Thadeu Lima de Souza Cascardo <[email protected]>
Acked-by: Linus Lüssing <[email protected]>
Cc: Linus Lüssing <[email protected]>
Cc: Steinar H. Gunderson <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions