Commit ca2c374a authored by David Miller's avatar David Miller Committed by David S. Miller

net: dst->rt_next is unused.

Delete it.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Reviewed-by: default avatarEric Dumazet <edumazet@google.com>
parent b78a6aa3
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment