diff --git a/[refs] b/[refs] index 87d960c9495f..d18c74901ceb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bf935a78814cc9b96d09f612912178adc964ce9c +refs/heads/master: b914152a6fbd2cd0441bc293ae8b3f3f1a9407b6 diff --git a/trunk/fs/nfsd/auth.c b/trunk/fs/nfsd/auth.c index b860d3484cd7..5573508f707f 100644 --- a/trunk/fs/nfsd/auth.c +++ b/trunk/fs/nfsd/auth.c @@ -87,6 +87,7 @@ int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp) new->cap_effective = cap_raise_nfsd_set(new->cap_effective, new->cap_permitted); put_cred(override_creds(new)); + put_cred(new); return 0; oom: