aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace
diff options
context:
space:
mode:
authorGen Zhang <[email protected]>2019-05-28 09:12:39 +0800
committerSteve French <[email protected]>2019-05-28 19:13:58 -0500
commit50fbc13dc12666f3604dc2555a47fc8c4e29162b (patch)
treeb8bfab343386e7c7d3f096269d2eeab7620e8afd /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace
parent6457c20e336867fc90286d35bddcc9c0b0aaa936 (diff)
dfs_cache: fix a wrong use of kfree in flush_cache_ent()
In flush_cache_ent(), 'ce->ce_path' is allocated by kstrdup_const(). It should be freed by kfree_const(), rather than kfree(). Signed-off-by: Gen Zhang <[email protected]> Reviewed-by: Paulo Alcantara <[email protected]> Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
0 files changed, 0 insertions, 0 deletions