diff options
author | Joonsoo Kim <[email protected]> | 2013-02-04 23:46:46 +0900 |
---|---|---|
committer | Pekka Enberg <[email protected]> | 2013-02-06 20:37:55 +0200 |
commit | b1e0541674904db00e17ce646b0a1d54f59136a5 (patch) | |
tree | 2d53f1ffcca5fcb72fe22e0797c7d829c7bd28c2 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | db8450673458e724229e91050ac9a92253b01234 (diff) |
mm/sl[au]b: correct allocation type check in kmalloc_slab()
commit "slab: Common Kmalloc cache determination" made mistake
in kmalloc_slab(). SLAB_CACHE_DMA is for kmem_cache creation,
not for allocation. For allocation, we should use GFP_XXX to identify
type of allocation. So, change SLAB_CACHE_DMA to GFP_DMA.
Acked-by: Christoph Lameter <[email protected]>
Reported-by: Fengguang Wu <[email protected]>
Signed-off-by: Joonsoo Kim <[email protected]>
Signed-off-by: Pekka Enberg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions