summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/nfs4state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index 9cb1b17014f5..3feb38e818ab 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -3159,7 +3159,7 @@ nfs4_open_delegation(struct net *net, struct svc_fh *fh,
3159 open->op_delegate_type = NFS4_OPEN_DELEGATE_READ; 3159 open->op_delegate_type = NFS4_OPEN_DELEGATE_READ;
3160 return; 3160 return;
3161out_free: 3161out_free:
3162 unhash_stid(&dp->dl_stid); 3162 remove_stid(&dp->dl_stid);
3163 nfs4_put_delegation(dp); 3163 nfs4_put_delegation(dp);
3164out_no_deleg: 3164out_no_deleg:
3165 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE; 3165 open->op_delegate_type = NFS4_OPEN_DELEGATE_NONE;