diff options
author | 2020-02-12 17:54:36 +0800 | |
---|---|---|
committer | 2020-02-19 09:33:56 +0100 | |
commit | a4c278d1bee1e2add3f12705401c1c5e6470f291 (patch) | |
tree | 96fb3df8a92b2a571cac8abd15d8b3b865581f17 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'mvneta-xdp-ethtool-stats' (diff) | |
download | wireguard-linux-a4c278d1bee1e2add3f12705401c1c5e6470f291.tar.xz wireguard-linux-a4c278d1bee1e2add3f12705401c1c5e6470f291.zip |
xfrm: Use kmem_cache_zalloc() instead of kmem_cache_alloc() with flag GFP_ZERO.
Use kmem_cache_zalloc instead of manually setting kmem_cache_alloc
with flag GFP_ZERO since kzalloc sets allocated memory
to zero.
Change in v2:
add indation
Signed-off-by: Huang Zijiang <huang.zijiang@zte.com.cn>
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions