dccp: Use cork flow in dccp_v4_connect()
authorDavid S. Miller <davem@davemloft.net>
Fri, 6 May 2011 23:10:41 +0000 (16:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 20:18:53 +0000 (13:18 -0700)
commit2c42758cf6683e9c1657d20dcf2a7edd323d98ca
tree3428ab729bd16e11941fcb5eb5e4163077eb0e6a
parent1ab7b6ac2709d0eb05a7144cd0e14faa3a7ea162
dccp: Use cork flow in dccp_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/dccp/ipv4.c