]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE"
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sat, 18 Feb 2017 00:50:18 +0000 (19:50 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 22 Feb 2017 20:17:14 +0000 (15:17 -0500)
This reverts commit 2cf10cdd486c362f983abdce00dc1127e8ab8c59.

The patch has been seen to cause excessive looping.

Reported-by: Olga Kornievskaia <aglo@umich.edu>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Cc: stable@vger.kernel.org # 4.10+
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4proc.c

index 45271e5994f0dc8d890855ef3f0bcc90bac8aed6..92b2805ffb828dbbee095a33c1196307b368f80a 100644 (file)
@@ -768,10 +768,6 @@ static int nfs41_sequence_process(struct rpc_task *task,
        case -NFS4ERR_SEQ_FALSE_RETRY:
                ++slot->seq_nr;
                goto retry_nowait;
-       case -NFS4ERR_DEADSESSION:
-       case -NFS4ERR_BADSESSION:
-               nfs4_schedule_session_recovery(session, res->sr_status);
-               goto retry_nowait;
        default:
                /* Just update the slot sequence no. */
                slot->seq_done = 1;