commit | 50fbc13dc12666f3604dc2555a47fc8c4e29162b | [log] [tgz] |
---|---|---|
author | Gen Zhang <blackgod016574@gmail.com> | Tue May 28 09:12:39 2019 +0800 |
committer | Steve French <stfrench@microsoft.com> | Tue May 28 19:13:58 2019 -0500 |
tree | b8bfab343386e7c7d3f096269d2eeab7620e8afd | |
parent | 6457c20e336867fc90286d35bddcc9c0b0aaa936 [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>