From: Davi Arnaut Date: Mon, 7 Nov 2005 08:59:37 +0000 (-0800) Subject: [PATCH] smbfs: 'names_cache' memory leak X-Git-Tag: v2.6.15-rc1~612 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b27584db0446e356c86b3aa43f5107b0170704;p=pandora-kernel.git [PATCH] smbfs: '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: Urban Widmark Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed