aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfsd/nfs4state.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index 3e1d4e08dfad..15e0db140403 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -2653,12 +2653,6 @@ static __be32 nfs4_get_vfs_file(struct svc_rqst *rqstp, struct nfs4_file *fp,
2653 int oflag = nfs4_access_to_omode(open->op_share_access); 2653 int oflag = nfs4_access_to_omode(open->op_share_access);
2654 int access = nfs4_access_to_access(open->op_share_access); 2654 int access = nfs4_access_to_access(open->op_share_access);
2655 2655
2656 /* CLAIM_DELEGATE_CUR is used in response to a broken lease;
2657 * allowing it to break the lease and return EAGAIN leaves the
2658 * client unable to make progress in returning the delegation */
2659 if (open->op_claim_type == NFS4_OPEN_CLAIM_DELEGATE_CUR)
2660 access |= NFSD_MAY_NOT_BREAK_LEASE;
2661
2662 if (!fp->fi_fds[oflag]) { 2656 if (!fp->fi_fds[oflag]) {
2663 status = nfsd_open(rqstp, cur_fh, S_IFREG, access, 2657 status = nfsd_open(rqstp, cur_fh, S_IFREG, access,
2664 &fp->fi_fds[oflag]); 2658 &fp->fi_fds[oflag]);