From: David Miller <da...@davemloft.net>
Date: Sun, 23 Aug 2015 20:38:43 -0700 (PDT)

> From: Tom Herbert <t...@herbertland.com>
> Date: Thu, 20 Aug 2015 11:22:36 -0700
> 
>> This patch set:
>>  - Adds argument ot LWT build_state that holds a pointer to the fib
>>    configuration being applied to the new route
>>  - Adds support in ILA to precompute checksum difference for
>>    performance optimization
>> 
>> v2:
>>  Move return argument in build_state to end of arguments
> 
> Series applied, thanks Tom.

Actually, reverted.

You need to update the signature for ip6_tun_build_state() too:

net/ipv4/ip_tunnel_core.c:398:2: warning: initialization from incompatible 
pointer type
  .build_state = ip6_tun_build_state,
  ^
net/ipv4/ip_tunnel_core.c:398:2: warning: (near initialization for 
‘ip6_tun_lwt_ops.build_state’)

Reply via email to