diff options
author | Guillaume Nault <[email protected]> | 2017-11-09 08:29:52 +0900 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-11-11 19:05:17 +0900 |
commit | 765924e362d12f87786060b98a49abd91e11ea96 (patch) | |
tree | c83a3254af4dced8b31585362f310efd579a01c4 /lib/mpi/mpiutil.c | |
parent | f31f54db94f086d69fa457f6e0d40783469a7512 (diff) |
l2tp: don't close sessions in l2tp_tunnel_destruct()
Sessions are already removed by the proto ->destroy() handlers, and
since commit f3c66d4e144a ("l2tp: prevent creation of sessions on terminated tunnels"),
we're guaranteed that no new session can be created afterwards.
Furthermore, l2tp_tunnel_closeall() can sleep when there are sessions
left to close. So we really shouldn't call it in a ->sk_destruct()
handler, as it can be used from atomic context.
Signed-off-by: Guillaume Nault <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions