commit | 0efffaf9d57f54a864b739176d1f659a69486e8b | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jun 17 03:01:47 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 17 03:01:47 2008 -0700 |
tree | 24948ff780a7a44c93daa5736df7e5fdb9706f6b | |
parent | b61d38e05542200f6d001b5ea9975dc0dc5bab27 [diff] |
econet: 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>