mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
net: Remove dst->next
There are no more users. Signed-off-by: David S. Miller <davem@davemloft.net> Reviewed-by: Eric Dumazet <edumazet@google.com>
This commit is contained in:
committed by
David S. Miller
parent
5492093dc4
commit
7149f813d1
@@ -88,10 +88,6 @@ struct dst_entry {
|
||||
#ifndef CONFIG_64BIT
|
||||
atomic_t __refcnt; /* 32-bit offset 64 */
|
||||
#endif
|
||||
|
||||
union {
|
||||
struct dst_entry *next;
|
||||
};
|
||||
};
|
||||
|
||||
struct dst_metrics {
|
||||
|
||||
Reference in New Issue
Block a user