From: NeilBrown Date: Tue, 4 Aug 2009 05:22:39 +0000 (+1000) Subject: sunrpc: fix memory leak in unix_gid cache. X-Git-Tag: v2.6.32-rc1~412^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560ab42ef923aaf2e4347315bdfcc74b2708972c;p=pandora-kernel.git sunrpc: fix memory leak in unix_gid cache. When we look up an entry in the uid->gidlist cache, we take a reference to the content but don't drop the reference to the cache entry. So it never gets freed. Signed-off-by: NeilBrown Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed