commit | f8ccac0e44934ff9414b31cc3167a5c828afec73 | [log] [tgz] |
---|---|---|
author | Tom Parkin <tparkin@katalix.com> | Thu Jan 31 23:43:00 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 05 14:20:30 2013 -0500 |
tree | ec40a75d99912502d4bbb3df76f26d8aea96f236 | |
parent | 188d1f76d0dd3715ceeadfa31376867c3395eb41 [diff] |
l2tp: put tunnel socket release on a workqueue To allow l2tp_tunnel_delete to be called from an atomic context, place the tunnel socket release calls on a workqueue for asynchronous execution. Tunnel memory is eventually freed in the tunnel socket destructor. Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: James Chapman <jchapman@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>