commit | c751e4f8b32a3869bb4fec12100952abd9baa0e1 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jun 17 03:05:13 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 17 03:05:13 2008 -0700 |
tree | 2f930ab33e089bcde9b8fc12b272a6298a5e14e2 | |
parent | 0efffaf9d57f54a864b739176d1f659a69486e8b [diff] |
x25: Use sock_orphan() instead of open-coded (and buggy) variant. It doesn't grab the sk_callback_lock, it doesn't NULL out the sk->sk_sleep waitqueue pointer, etc. Signed-off-by: David S. Miller <davem@davemloft.net>