aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpiutil.c
diff options
context:
space:
mode:
authorGuillaume Nault <[email protected]>2017-11-09 08:29:52 +0900
committerDavid S. Miller <[email protected]>2017-11-11 19:05:17 +0900
commit765924e362d12f87786060b98a49abd91e11ea96 (patch)
treec83a3254af4dced8b31585362f310efd579a01c4 /lib/mpi/mpiutil.c
parentf31f54db94f086d69fa457f6e0d40783469a7512 (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