]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 5 Dec 2016 00:26:40 +0000 (19:26 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 5 Dec 2016 00:26:40 +0000 (19:26 -0500)
commit2cf10cdd486c362f983abdce00dc1127e8ab8c59
treeb7ce37b55539b38096d29e1d3f2dbd93990ad84c
parent1cd9cb05f96e526f41bb4704caa95dc40ed08c5d
NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE

In the case where SEQUENCE receives a NFS4ERR_BADSESSION or
NFS4ERR_DEADSESSION error, we just want to report the session as needing
recovery, and then we want to retry the operation.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c