tcp: Use cork flow in tcp_v4_connect()
authorDavid S. Miller <davem@davemloft.net>
Fri, 6 May 2011 23:11:19 +0000 (16:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 20:18:54 +0000 (13:18 -0700)
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>

No differences found