diff options
Diffstat (limited to 'fs/nfsd/nfs4proc.c')
-rw-r--r-- | fs/nfsd/nfs4proc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c index 36d74cda87a8..f156b85b4129 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c | |||
@@ -206,10 +206,6 @@ nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, | |||
206 | 206 | ||
207 | switch (open->op_claim_type) { | 207 | switch (open->op_claim_type) { |
208 | case NFS4_OPEN_CLAIM_DELEGATE_CUR: | 208 | case NFS4_OPEN_CLAIM_DELEGATE_CUR: |
209 | status = nfserr_inval; | ||
210 | if (open->op_create) | ||
211 | goto out; | ||
212 | /* fall through */ | ||
213 | case NFS4_OPEN_CLAIM_NULL: | 209 | case NFS4_OPEN_CLAIM_NULL: |
214 | /* | 210 | /* |
215 | * (1) set CURRENT_FH to the file being opened, | 211 | * (1) set CURRENT_FH to the file being opened, |