diff options
-rw-r--r-- | net/sunrpc/svcauth_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/svcauth_unix.c b/net/sunrpc/svcauth_unix.c index 5c865e2d299e..799ff6ef28b8 100644 --- a/net/sunrpc/svcauth_unix.c +++ b/net/sunrpc/svcauth_unix.c | |||
@@ -658,6 +658,7 @@ static int unix_gid_find(uid_t uid, struct group_info **gip, | |||
658 | case 0: | 658 | case 0: |
659 | *gip = ug->gi; | 659 | *gip = ug->gi; |
660 | get_group_info(*gip); | 660 | get_group_info(*gip); |
661 | cache_put(&ug->h, &unix_gid_cache); | ||
661 | return 0; | 662 | return 0; |
662 | default: | 663 | default: |
663 | return -EAGAIN; | 664 | return -EAGAIN; |