projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7fb64d
)
[NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_table
author
Thomas Graf
<tgraf@suug.ch>
Sun, 19 Jun 2005 05:51:12 +0000
(22:51 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 19 Jun 2005 05:51:12 +0000
(22:51 -0700)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/neighbour.h
patch
|
blob
|
history
diff --git
a/include/net/neighbour.h
b/include/net/neighbour.h
index 17191ac9be7062312e4ac948856c5237f6494e3e..89809891e5ab2e8e9430ccac31255d22ee364231 100644
(file)
--- a/
include/net/neighbour.h
+++ b/
include/net/neighbour.h
@@
-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;