mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-05-07 04:21:33 -04:00
[NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_table
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
c7fb64db00
commit
88121aea7b
@@ -69,8 +69,6 @@ struct neigh_parms
|
||||
struct neigh_parms *next;
|
||||
int (*neigh_setup)(struct neighbour *);
|
||||
struct neigh_table *tbl;
|
||||
int entries;
|
||||
void *priv;
|
||||
|
||||
void *sysctl_table;
|
||||
|
||||
@@ -193,7 +191,6 @@ struct neigh_table
|
||||
atomic_t entries;
|
||||
rwlock_t lock;
|
||||
unsigned long last_rand;
|
||||
struct neigh_parms *parms_list;
|
||||
kmem_cache_t *kmem_cachep;
|
||||
struct neigh_statistics *stats;
|
||||
struct neighbour **hash_buckets;
|
||||
|
||||
Reference in New Issue
Block a user