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>
This commit is contained in:
parent
9b739ba5e6
commit
6bb3ce25d0
6 changed files with 0 additions and 8 deletions
|
@ -131,7 +131,6 @@ static struct dst_ops dn_dst_ops = {
|
|||
.negative_advice = dn_dst_negative_advice,
|
||||
.link_failure = dn_dst_link_failure,
|
||||
.update_pmtu = dn_dst_update_pmtu,
|
||||
.entry_size = sizeof(struct dn_route),
|
||||
.entries = ATOMIC_INIT(0),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue