From: Tom Herbert <t...@herbertland.com>
Date: Mon, 23 May 2016 15:48:21 -0700

> +int tou_encap_setsockopt(struct sock *sk, char __user *optval, int optlen,
> +                      bool is_ipv6)
> +{
> +     struct tou_encap te;
> +     struct ip_tunnel_encap encap;
> +     struct inet_sock *inet = inet_sk(sk);
> +     struct ip_tunnel_encap *e = inet->tou_encap;

This doesn't compile, because you don't add the tou_encap member to inet_sock
until patch #3.

Reply via email to