diff options
author | Chunwei Chen <[email protected]> | 2017-01-31 13:44:01 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-01-31 13:44:01 -0800 |
commit | 97048200f888afc0b1387bff75049cf37e9715bd (patch) | |
tree | c8b32caa621fd3833499165708f71fc5bcf2dca7 /cmd | |
parent | 43b857fddb0aa0a2fef1e00c696a80056c6367a8 (diff) |
Use kernel slab for vn_cache and vn_file_cache
Resolve a false positive in the kmemleak checker by shifting to the
kernel slab. It shows up because vn_file_cache is using KMC_KMEM
which is directly allocated using __get_free_pages, which is not
automatically tracked by kmemleak.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Chunwei Chen <[email protected]>
Closes #599
Diffstat (limited to 'cmd')
0 files changed, 0 insertions, 0 deletions