]> Pileus Git - ~andy/linux/blobdiff - net/sunrpc/svcauth_unix.c
perf/probes: Improve error messages
[~andy/linux] / net / sunrpc / svcauth_unix.c
index 6caffa34ac016382a2e762af4332e62a4ee37b2e..117f68a8aa40c2d220b0dbd0ab3fda6ed6a6d523 100644 (file)
@@ -668,6 +668,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;