mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
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…
x
Reference in New Issue
Block a user