diff mbox series

[RFC,v2,01/11] net: dst->rt_next is unused.

Message ID 20171031141054.9954-2-davem@davemloft.net
State RFC, archived
Delegated to: David Miller
Headers show
Series [RFC,v2,01/11] net: dst->rt_next is unused. | expand

Commit Message

David Miller Oct. 31, 2017, 2:10 p.m. UTC
Delete it.

Signed-off-by: David S. Miller <davem@davemloft.net>
---
 include/net/dst.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Eric Dumazet Oct. 31, 2017, 6:36 p.m. UTC | #1
On Tue, 2017-10-31 at 23:10 +0900, David S. Miller wrote:
> Delete it.
> 
> Signed-off-by: David S. Miller <davem@davemloft.net>
> ---

Reviewed-by: Eric Dumazet <edumazet@google.com>
diff mbox series

Patch

diff --git a/include/net/dst.h b/include/net/dst.h
index 2f53ecc2c296..1551fdeadc7a 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -100,7 +100,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;
 	};