diff options
author | Parthasarathy Bhuvaragan <[email protected]> | 2017-01-24 13:00:48 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-01-24 16:14:58 -0500 |
commit | 35e22e49a5d6a741ebe7f2dd280b2052c3003ef7 (patch) | |
tree | bfc74562fb8162e028d1ddf141ba908d620e53d4 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 4c887aa65d38633885010277f3482400681be719 (diff) |
tipc: fix cleanup at module unload
In tipc_server_stop(), we iterate over the connections with limiting
factor as server's idr_in_use. We ignore the fact that this variable
is decremented in tipc_close_conn(), leading to premature exit.
In this commit, we iterate until the we have no connections left.
Acked-by: Ying Xue <[email protected]>
Acked-by: Jon Maloy <[email protected]>
Tested-by: John Thompson <[email protected]>
Signed-off-by: Parthasarathy Bhuvaragan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions