From e4ef7b8951fa22fbf9384fe09ce2fe61cc76e514 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Tue, 4 Aug 2009 15:22:39 +1000 Subject: [PATCH] --- yaml --- r: 164605 b: refs/heads/master c: 560ab42ef923aaf2e4347315bdfcc74b2708972c h: refs/heads/master i: 164603: bf5c2a4e948442f0b2211c53fa1ada3388650e8a v: v3 --- [refs] | 2 +- trunk/net/sunrpc/svcauth_unix.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2f7c9052d940..a692f1060c56 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 989a19b9b10635eeb91c08cefe6cf82986bd4ee2 +refs/heads/master: 560ab42ef923aaf2e4347315bdfcc74b2708972c diff --git a/trunk/net/sunrpc/svcauth_unix.c b/trunk/net/sunrpc/svcauth_unix.c index 5c865e2d299e..799ff6ef28b8 100644 --- a/trunk/net/sunrpc/svcauth_unix.c +++ b/trunk/net/sunrpc/svcauth_unix.c @@ -658,6 +658,7 @@ static int unix_gid_find(uid_t uid, struct group_info **gip, case 0: *gip = ug->gi; get_group_info(*gip); + cache_put(&ug->h, &unix_gid_cache); return 0; default: return -EAGAIN;