Re: [PATCH net-next] lwtunnel: remove device arg to lwtunnel_build_state

2017-01-18 Thread David Miller
From: David Ahern Date: Tue, 17 Jan 2017 15:08:41 -0800 > Nothing about lwt state requires a device reference, so remove the > input argument. > > Signed-off-by: David Ahern This is going to conflict with the module loading patch, why don't you respin this the next time I merge net into net-ne

[PATCH net-next] lwtunnel: remove device arg to lwtunnel_build_state

2017-01-17 Thread David Ahern
Nothing about lwt state requires a device reference, so remove the input argument. Signed-off-by: David Ahern --- include/net/lwtunnel.h| 6 +++--- net/core/lwt_bpf.c| 2 +- net/core/lwtunnel.c | 4 ++-- net/ipv4/fib_semantics.c | 22 ++ net/ipv4/ip_tunn