ipv6: Move rt6_next from dst_entry into ipv6 route structure.

Signed-off-by: David S. Miller <davem@davemloft.net>
Reviewed-by: Eric Dumazet <edumazet@google.com>
This commit is contained in:
David Miller
2017-11-28 15:40:15 -05:00
committed by David S. Miller
parent fe736e778c
commit 071fb37ec4
4 changed files with 21 additions and 21 deletions

View File

@@ -101,7 +101,6 @@ struct dst_entry {
struct lwtunnel_state *lwtstate;
union {
struct dst_entry *next;
struct rt6_info __rcu *rt6_next;
};
};