]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit702ae25af709e7158e4cbd815f4998f6dfea1f65
tree7b868c7216c2e5f29af9e06f58eec2ced201bb6f
parenta26ac69599416039cf3e79c43b218002334130d9
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