commit | da905bd1d5a6480d206f4b3dc61243f95adfae2c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri May 06 16:11:19 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun May 08 13:18:54 2011 -0700 |
tree | 4446793e7431afc784f10776516da033d603a542 | |
parent | 2c42758cf6683e9c1657d20dcf2a7edd323d98ca [diff] |
tcp: Use cork flow in tcp_v4_connect() Since this is invoked from inet_stream_connect() the socket is locked and therefore this usage is safe. Signed-off-by: David S. Miller <davem@davemloft.net>