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:
committed by
David S. Miller
parent
9b739ba5e6
commit
6bb3ce25d0
@@ -246,7 +246,6 @@ static struct dst_ops xfrm4_dst_ops = {
|
||||
.ifdown = xfrm4_dst_ifdown,
|
||||
.local_out = __ip_local_out,
|
||||
.gc_thresh = 1024,
|
||||
.entry_size = sizeof(struct xfrm_dst),
|
||||
.entries = ATOMIC_INIT(0),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user