aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorMichal Hocko <[email protected]>2016-04-14 10:51:42 +0200
committerHerbert Xu <[email protected]>2016-04-15 22:36:36 +0800
commit5f575efea79caae69b81f922d99b221302a2c003 (patch)
treec5efc6393b5308e6745d1d054283709b15cd22b5 /tools/perf/scripts/python/export-to-postgresql.py
parentafc39d6e89b4f410f511f03dc6de8dc1d4952d42 (diff)
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 <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: [email protected] Signed-off-by: Michal Hocko <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions