diff options
author | Guillaume Nault | 2018-04-12 20:50:35 +0200 |
---|---|---|
committer | David S. Miller | 2018-04-13 12:17:26 -0400 |
commit | f726214d9b23e5fce8c11937577a289a3202498f (patch) | |
tree | 7143db7e1e7c2286a02f5f03a19bb0935e24456f /virt | |
parent | 0e0c3fee3a59a387aeecc4fca6f3a2e9615a5443 (diff) |
l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file
Use l2tp_tunnel_get_nth() instead of l2tp_tunnel_find_nth(), to be safe
against concurrent tunnel deletion.
Use the same mechanism as in l2tp_ppp.c for dropping the reference
taken by l2tp_tunnel_get_nth(). That is, drop the reference just
before looking up the next tunnel. In case of error, drop the last
accessed tunnel in l2tp_dfs_seq_stop().
That was the last use of l2tp_tunnel_find_nth().
Fixes: 0ad6614048cf ("l2tp: Add debugfs files for dumping l2tp debug info")
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions