提交 88121aea 编写于 作者: T Thomas Graf 提交者: David S. Miller

[NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_table

Signed-off-by: NThomas Graf <tgraf@suug.ch>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 c7fb64db
...@@ -69,8 +69,6 @@ struct neigh_parms ...@@ -69,8 +69,6 @@ struct neigh_parms
struct neigh_parms *next; struct neigh_parms *next;
int (*neigh_setup)(struct neighbour *); int (*neigh_setup)(struct neighbour *);
struct neigh_table *tbl; struct neigh_table *tbl;
int entries;
void *priv;
void *sysctl_table; void *sysctl_table;
...@@ -193,7 +191,6 @@ struct neigh_table ...@@ -193,7 +191,6 @@ struct neigh_table
atomic_t entries; atomic_t entries;
rwlock_t lock; rwlock_t lock;
unsigned long last_rand; unsigned long last_rand;
struct neigh_parms *parms_list;
kmem_cache_t *kmem_cachep; kmem_cache_t *kmem_cachep;
struct neigh_statistics *stats; struct neigh_statistics *stats;
struct neighbour **hash_buckets; struct neighbour **hash_buckets;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册