提交 c751e4f8 编写于 作者: D David S. Miller

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: NDavid S. Miller <davem@davemloft.net>
上级 0efffaf9
...@@ -612,8 +612,7 @@ static int x25_release(struct socket *sock) ...@@ -612,8 +612,7 @@ static int x25_release(struct socket *sock)
break; break;
} }
sock->sk = NULL; sock_orphan(sk);
sk->sk_socket = NULL; /* Not used, but we should do this */
out: out:
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册