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/nfs4proc.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/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 f80c3997d24c..fd6694b49e1c 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c | |||
@@ -1156,10 +1156,6 @@ encode_op: | |||
1156 | 1156 | ||
1157 | nfsd4_increment_op_stats(op->opnum); | 1157 | nfsd4_increment_op_stats(op->opnum); |
1158 | } | 1158 | } |
1159 | if (!rqstp->rq_usedeferral && status == nfserr_dropit) { | ||
1160 | dprintk("%s Dropit - send NFS4ERR_DELAY\n", __func__); | ||
1161 | status = nfserr_jukebox; | ||
1162 | } | ||
1163 | 1159 | ||
1164 | resp->cstate.status = status; | 1160 | resp->cstate.status = status; |
1165 | fh_put(&resp->cstate.current_fh); | 1161 | fh_put(&resp->cstate.current_fh); |