diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2016-02-26 14:25:02 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-01 19:18:42 -0800 |
| commit | 3eed2d000275d8b6352cffeb60e79e55239f1f16 (patch) | |
| tree | 3046d96c9709dd2b74105222c6174210828d0931 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | c4418daca7a27474eda4a926f0645054516c7d7f (diff) | |
staging: lustre: ldlm: 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/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions