]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3453c5ea0b97531d4264000acadcf4762fd91efb
tree4446793e7431afc784f10776516da033d603a542
parent6c1fd1d2fbc6031b743a8765ebba9837a3baed7a
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>
net/ipv4/tcp_ipv4.c