diff options
author | 2019-07-18 15:45:42 +0800 | |
---|---|---|
committer | 2019-07-18 11:54:29 -0700 | |
commit | 5a860f9184eb45b2df3fb3364a6b7d076545f83d (patch) | |
tree | 8e5eba015e8d1311280655082e0ea07cafe87726 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | udp: Fix typo in net/ipv4/udp.c (diff) | |
download | linux-rng-5a860f9184eb45b2df3fb3364a6b7d076545f83d.tar.xz linux-rng-5a860f9184eb45b2df3fb3364a6b7d076545f83d.zip |
liquidio: Replace vmalloc + memset with vzalloc
Use vzalloc and vzalloc_node instead of using vmalloc and
vmalloc_node and then zeroing the allocated memory by
memset 0.
This simplifies the code.
Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions