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:

committed by
David S. Miller

parent
fe736e778c
commit
071fb37ec4
@@ -101,7 +101,6 @@ struct dst_entry {
|
||||
struct lwtunnel_state *lwtstate;
|
||||
union {
|
||||
struct dst_entry *next;
|
||||
struct rt6_info __rcu *rt6_next;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user