From: Davi Arnaut Date: Mon, 7 Nov 2005 08:59:36 +0000 (-0800) Subject: [PATCH] V9FS: 'names_cache' memory leak X-Git-Tag: v2.6.15-rc1~613 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce44eeb6906cf2b093b76ea69b952621712a4a3c;p=pandora-kernel.git [PATCH] V9FS: 'names_cache' memory leak Data allocated with "__getname()" should always be free'd with "__putname()" because of the AUDITSYSCALL code. Signed-off-by: Davi Arnaut Cc: Cc: Eric Van Hensbergen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed