Skip to content
Commit 7ab24bfd authored by David S. Miller's avatar David S. Miller
Browse files

net+crypto: Use vmalloc for zlib inflate buffers.



They are 64K and result in order-4 allocations, even with SLUB.

Therefore, just like we always have for the deflate buffers, use
vmalloc.

Reported-by: default avatarMartin Jackson <mjackson220.list@gmail.com>
Acked-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ed6e4ef8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment