summaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
diff options
context:
space:
mode:
authorGen Zhang <blackgod016574@gmail.com>2019-05-28 09:12:39 +0800
committerSteve French <stfrench@microsoft.com>2019-05-28 19:13:58 -0500
commit50fbc13dc12666f3604dc2555a47fc8c4e29162b (patch)
treeb8bfab343386e7c7d3f096269d2eeab7620e8afd /lib/vsprintf.c
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 <blackgod016574@gmail.com> Reviewed-by: Paulo Alcantara <palcantara@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'lib/vsprintf.c')
0 files changed, 0 insertions, 0 deletions