summaryrefslogtreecommitdiff
path: root/crypto/af_alg.c
diff options
context:
space:
mode:
authorMichal Hocko <mhocko@suse.com>2016-04-14 10:51:42 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2016-04-15 22:36:36 +0800
commit3fb349e8bc56b7e12a496f83c0ee9e130d632c89 (patch)
tree578162d8e8046425198c8b12afeaee37207ab4b0 /crypto/af_alg.c
parent329d652784fb34926715faa017ef5d4426f6b3ec (diff)
downloadlinux-crypto-3fb349e8bc56b7e12a496f83c0ee9e130d632c89.tar.gz
linux-crypto-3fb349e8bc56b7e12a496f83c0ee9e130d632c89.zip
crypto: lzo - get rid of superfluous __GFP_REPEAT
__GFP_REPEAT has a rather weak semantic but since it has been introduced around 2.6.12 it has been ignored for low order allocations. lzo_init uses __GFP_REPEAT to allocate LZO1X_MEM_COMPRESS 16K. This is order 3 allocation request and __GFP_REPEAT is ignored for this size as well as all <= PAGE_ALLOC_COSTLY requests. Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-crypto@vger.kernel.org Signed-off-by: Michal Hocko <mhocko@suse.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/af_alg.c')
0 files changed, 0 insertions, 0 deletions