diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2010-11-11 15:53:47 +0300 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-11-16 20:03:14 +0300 |
commit | 04e4bd1c67f941d81bff78a3b6b94194f081b7df (patch) | |
tree | 7f6cd633219bc19d7a716a0c2af4eaae2b5170ba /usr/.gitignore | |
parent | 94f58df8e545657f0b2d16eca1ac7a4ec39ed6be (diff) | |
download | linux-04e4bd1c67f941d81bff78a3b6b94194f081b7df.tar.xz |
nfs: Ignore kmemleak false positive in nfs_readdir_make_qstr
Strings allocated via kmemdup() in nfs_readdir_make_qstr() are
referenced from the nfs_cache_array which is stored in a page cache
page. Kmemleak does not scan such pages and it reports several false
positives. This patch annotates the string->name pointer so that
kmemleak does not consider it a real leak.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: Bryan Schumaker <bjschuma@netapp.com>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'usr/.gitignore')
0 files changed, 0 insertions, 0 deletions