diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-01-02 22:13:18 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-01-04 16:49:23 -0500 |
commit | da165dd60e136d0609e0a2c0c2a9b9a5372200d6 (patch) | |
tree | e6cb7540b6233d447be9ff29cc6a20c357249b35 /fs/nfsd/nfs4state.c | |
parent | 062304a815fe10068c478a4a3f28cf091c55cb82 (diff) |
nfsd: remove some unnecessary dropit handling
We no longer need a few of these special cases.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r-- | fs/nfsd/nfs4state.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 73adcfb2dc17..b82e36862044 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -2509,8 +2509,6 @@ static __be32 nfs4_get_vfs_file(struct svc_rqst *rqstp, struct nfs4_file | |||
2509 | if (!fp->fi_fds[oflag]) { | 2509 | if (!fp->fi_fds[oflag]) { |
2510 | status = nfsd_open(rqstp, cur_fh, S_IFREG, access, | 2510 | status = nfsd_open(rqstp, cur_fh, S_IFREG, access, |
2511 | &fp->fi_fds[oflag]); | 2511 | &fp->fi_fds[oflag]); |
2512 | if (status == nfserr_dropit) | ||
2513 | status = nfserr_jukebox; | ||
2514 | if (status) | 2512 | if (status) |
2515 | return status; | 2513 | return status; |
2516 | } | 2514 | } |