commit | 560ab42ef923aaf2e4347315bdfcc74b2708972c | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Tue Aug 04 15:22:39 2009 +1000 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Tue Aug 04 16:52:44 2009 -0400 |
tree | e785cd1ff69276bbeb653311fc67f5472f8b90d3 | |
parent | 989a19b9b10635eeb91c08cefe6cf82986bd4ee2 [diff] |
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 <neilb@suse.de> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>