summaryrefslogtreecommitdiffstats
path: root/kernel/fs/nfsd/nfs4proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fs/nfsd/nfs4proc.c')
-rw-r--r--kernel/fs/nfsd/nfs4proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fs/nfsd/nfs4proc.c b/kernel/fs/nfsd/nfs4proc.c
index a9f096c7e..7d5351cd6 100644
--- a/kernel/fs/nfsd/nfs4proc.c
+++ b/kernel/fs/nfsd/nfs4proc.c
@@ -877,6 +877,7 @@ nfsd4_secinfo(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
&exp, &dentry);
if (err)
return err;
+ fh_unlock(&cstate->current_fh);
if (d_really_is_negative(dentry)) {
exp_put(exp);
err = nfserr_noent;