From: Tom Parkin Date: Thu, 31 Jan 2013 23:43:00 +0000 (+0000) Subject: l2tp: put tunnel socket release on a workqueue X-Git-Tag: v3.9-rc1~139^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8ccac0e44934ff9414b31cc3167a5c828afec73;p=pandora-kernel.git 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 Signed-off-by: James Chapman Signed-off-by: David S. Miller --- Reading git-diff-tree failed