diff options
| author | David Miller <davem@davemloft.net> | 2017-11-28 15:39:59 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2017-11-30 09:54:24 -0500 |
| commit | ca2c374a5c47492f7c221d9966a7b11d4c2383f2 (patch) | |
| tree | ad5721f053209a24db5b329bced1b034e9aa1f46 | |
| parent | b78a6aa3876bdd0aa819eb1738caa6d74867b94e (diff) | |
| download | linux-ca2c374a5c47492f7c221d9966a7b11d4c2383f2.tar.gz linux-ca2c374a5c47492f7c221d9966a7b11d4c2383f2.tar.bz2 linux-ca2c374a5c47492f7c221d9966a7b11d4c2383f2.zip | |
net: dst->rt_next is unused.
Delete it.
Signed-off-by: David S. Miller <davem@davemloft.net>
Reviewed-by: Eric Dumazet <edumazet@google.com>
| -rw-r--r-- | include/net/dst.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/dst.h b/include/net/dst.h index b091fd536098..349374750ee7 100644 --- a/include/net/dst.h +++ b/include/net/dst.h @@ -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; }; |
