commit | 02d13ed5f94af38c37d1abd53462fe48d78bcc9d | [log] [tgz] |
---|---|---|
author | Tom Parkin <tparkin@katalix.com> | Tue Mar 19 06:11:18 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 20 12:10:39 2013 -0400 |
tree | 4685646061029ae3aba116410564cdad6da55e47 | |
parent | 8abbbe8ff572fd84d1b98eb9acf30611a97cf72e [diff] |
l2tp: don't BUG_ON sk_socket being NULL It is valid for an existing struct sock object to have a NULL sk_socket pointer, so don't BUG_ON in l2tp_tunnel_del_work if that should occur. 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>