aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2016-02-26 14:24:48 +0530
committerGreg Kroah-Hartman <[email protected]>2016-03-01 19:18:42 -0800
commit1c147c83f3d663751d849cb97b5aba409f5867cb (patch)
tree0a0e18674dc2b38a980b5a3c087d0cbc6fccaa38 /tools/perf/scripts/python
parent38cf948df1326f6ab82a536170a6b2e8f520a6b1 (diff)
staging: lustre: ptlrpc: Replace kmem_cache_alloc with kmem_cache_zalloc
Use kmem_cache_zalloc instead of manually setting kmem_cache_alloc with flag GFP_ZERO since kmem_alloc_zalloc sets allocated memory to zero. The Coccinelle semantic patch used to make this change is as follows: // <smpl> @@ expression e,f; @@ - kmem_cache_alloc(e, f |__GFP_ZERO) + kmem_cache_zalloc(e, f) // </smpl> Signed-off-by: Amitoj Kaur Chawla <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions