diff options
author | David Miller <davem@davemloft.net> | 2017-11-28 15:40:08 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-30 09:54:25 -0500 |
commit | fe736e778c604dee8f02d3381dfadba8d621605e (patch) | |
tree | 1245f621f36559061b4ed693aceb8f9bab6208f8 /include/net/dst.h | |
parent | ca2c374a5c47492f7c221d9966a7b11d4c2383f2 (diff) |
decnet: Move dn_next into decnet route structure.
Signed-off-by: David S. Miller <davem@davemloft.net>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Diffstat (limited to 'include/net/dst.h')
-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 349374750ee7..cc7e8166be0d 100644 --- a/include/net/dst.h +++ b/include/net/dst.h @@ -102,7 +102,6 @@ struct dst_entry { union { struct dst_entry *next; struct rt6_info __rcu *rt6_next; - struct dn_route __rcu *dn_next; }; }; |