From: David Miller Date: Tue, 28 Nov 2017 20:39:59 +0000 (-0500) Subject: net: dst->rt_next is unused. X-Git-Tag: v4.16-rc1~123^2~457^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca2c374a5c47492f7c221d9966a7b11d4c2383f2;p=thirdparty%2Flinux.git net: dst->rt_next is unused. Delete it. Signed-off-by: David S. Miller Reviewed-by: Eric Dumazet --- diff --git a/include/net/dst.h b/include/net/dst.h index b091fd5360989..349374750ee70 100644 --- a/include/net/dst.h +++ b/include/net/dst.h @@ -101,7 +101,6 @@ struct dst_entry { struct lwtunnel_state *lwtstate; union { struct dst_entry *next; - struct rtable __rcu *rt_next; struct rt6_info __rcu *rt6_next; struct dn_route __rcu *dn_next; };