Re: [PATCH net-next] lwt: Remove unused len field
From: Thomas Graf Date: Fri, 21 Oct 2016 16:10:22 +0200 > The field is initialized by ILA and MPLS but never used. Remove it. > > Signed-off-by: Thomas Graf Applied, thanks Thomas.
[PATCH net-next] lwt: Remove unused len field
The field is initialized by ILA and MPLS but never used. Remove it. Signed-off-by: Thomas Graf --- include/net/lwtunnel.h | 3 +-- net/ipv6/ila/ila_lwt.c | 4 +--- net/mpls/mpls_iptunnel.c | 5 + 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/include/net/lwtunnel.h b/incl