l2tp: Use cork flow in l2tp_ip_connect() and l2tp_ip_sendmsg()
authorDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 20:48:37 +0000 (13:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 20:48:37 +0000 (13:48 -0700)
commitfdbb0f076b065a0c753ba26925f10357505f1d42
tree7b868c7216c2e5f29af9e06f58eec2ced201bb6f
parent6af88da14ee284aaad6e4326da09a89191ab6165
l2tp: Use cork flow in l2tp_ip_connect() and l2tp_ip_sendmsg()

Now that the socket is consistently locked in these two routines,
this transformation is legal.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_ip.c