net: dst->rt_next is unused.
Delete it. Signed-off-by: David S. Miller <davem@davemloft.net> Reviewed-by: Eric Dumazet <edumazet@google.com>
This commit is contained in:
parent
b78a6aa387
commit
ca2c374a5c
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue