commit | 265a92856b17524c87da0258ac0d3cec80ae1d35 | [log] [tgz] |
---|---|---|
author | Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> | Fri Mar 17 16:05:43 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 17 16:05:43 2006 -0800 |
tree | 31ebb3ef3c990ea64a1b93a1785d2abafe8534ec | |
parent | 6f5e6b9e69bf043074a0edabe3d271899c34eb79 [diff] |
[NET]: Fix race condition in sk_wait_event(). It is broken, the condition is checked out of socket lock. It is wonderful the bug survived for so long time. [ This fixes bugzilla #6233: race condition in tcp_sendmsg when connection became established ] Signed-off-by: David S. Miller <davem@davemloft.net>