projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b78a6aa
)
net: dst->rt_next is unused.
author
David Miller
<davem@davemloft.net>
Tue, 28 Nov 2017 20:39:59 +0000
(15:39 -0500)
committer
David S. Miller
<davem@davemloft.net>
Thu, 30 Nov 2017 14:54:24 +0000
(09:54 -0500)
Delete it.
Signed-off-by: David S. Miller <davem@davemloft.net>
Reviewed-by: Eric Dumazet <edumazet@google.com>
include/net/dst.h
patch
|
blob
|
history
diff --git
a/include/net/dst.h
b/include/net/dst.h
index
b091fd5
..
3493747
100644
(file)
--- 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;
};