diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-11-11 20:25:22 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-11 20:25:22 -0500 |
commit | 6bb3ce25d05f2990c8a19adaf427531430267c1f (patch) | |
tree | 38c19e4776b36163b9d100258139d58287475f6b /include/net/dst.h | |
parent | 9b739ba5e66c96938fbc07a4dbd9da5b81eac56f (diff) |
net: remove struct dst_entry::entry_size
Unused after kmem_cache_zalloc() conversion.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 f96c4ba4dd32..65a60fab2f82 100644 --- a/include/net/dst.h +++ b/include/net/dst.h | |||
@@ -104,7 +104,6 @@ struct dst_ops | |||
104 | void (*link_failure)(struct sk_buff *); | 104 | void (*link_failure)(struct sk_buff *); |
105 | void (*update_pmtu)(struct dst_entry *dst, u32 mtu); | 105 | void (*update_pmtu)(struct dst_entry *dst, u32 mtu); |
106 | int (*local_out)(struct sk_buff *skb); | 106 | int (*local_out)(struct sk_buff *skb); |
107 | int entry_size; | ||
108 | 107 | ||
109 | atomic_t entries; | 108 | atomic_t entries; |
110 | struct kmem_cache *kmem_cachep; | 109 | struct kmem_cache *kmem_cachep; |