diff options
author | Colin Ian King <[email protected]> | 2016-09-09 08:15:37 +0100 |
---|---|---|
committer | Doug Ledford <[email protected]> | 2016-09-16 14:14:23 -0400 |
commit | e4618d40eb3dc1a6d1f55f7150ea25bb23ab410a (patch) | |
tree | 587b46a8506c0d8bc6d66a81116e99fadd131bae /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | c1cc72cb6ff95cbe02ed747866576dccab4a5911 (diff) |
IB/rdmavt: Don't vfree a kzalloc'ed memory region
The userspace memory region 'mr' is allocated with kzalloc in
__rvt_alloc_mr however it is incorrectly being freed with vfree in
__rvt_free_mr. Fix this by using kfree to free it.
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Leon Romanovsky <[email protected]>
Acked-by: Dennis Dalessandro <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions