diff --git a/[refs] b/[refs] index 7b37b7987adf..35ef2fa405eb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 33dcc481eddc3f532732a9582095373fa5354369 +refs/heads/master: d4bb527e9e6c00e6e24f3475fe65db7775ff6c63 diff --git a/trunk/fs/nfsd/export.c b/trunk/fs/nfsd/export.c index 8e9689abbc0c..71c5ce35a1a5 100644 --- a/trunk/fs/nfsd/export.c +++ b/trunk/fs/nfsd/export.c @@ -163,7 +163,7 @@ static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) cache_flush(); out: if (ek) - cache_put(&ek->h, &svc_expkey_cache); + cache_put(&ek->h, cd); if (dom) auth_domain_put(dom); kfree(buf);