From: David Miller <[email protected]>
Date: Sat, 02 Apr 2016 21:19:42 -0400 (EDT)
> Series applied, thanks.
I had to revert, this breaks the build:
net/l2tp/l2tp_ip6.c: In function ‘l2tp_ip6_sendmsg’:
net/l2tp/l2tp_ip6.c:565:9: error: too few arguments to function
‘ip6_datagram_send_ctl’
err = ip6_datagram_send_ctl(sock_net(sk), sk, msg, &fl6, opt,
^
In file included from net/l2tp/l2tp_ip6.c:33:0:
include/net/transp_v6.h:43:5: note: declared here
int ip6_datagram_send_ctl(struct net *net, struct sock *sk, struct msghdr *msg,
^
net/l2tp/l2tp_ip6.c:625:8: error: too few arguments to function
‘ip6_append_data’
err = ip6_append_data(sk, ip_generic_getfrag, msg,
^
In file included from include/net/inetpeer.h:15:0,
from include/net/route.h:28,
from include/net/ip.h:31,
from net/l2tp/l2tp_ip6.c:23:
include/net/ipv6.h:865:5: note: declared here
int ip6_append_data(struct sock *sk,
^