NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 12 Jul 2022 13:22:40 +0000 (09:22 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 12 Jul 2022 13:54:04 +0000 (09:54 -0400)
commit7ccafd4b2b9f34e6d8185f796f151c47424e273e
treee12ae8fbb7b642a8f99a3763e0e1468b5093a0ac
parentf07a5d2427fc113dc50c5c818eba8929bc27b8ca
NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly

Don't assume that the NFS4ERR_DELAY means that the server is processing
this slot id.

Fixes: 3453d5708b33 ("NFSv4.1: Avoid false retries when RPC calls are interrupted")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs4proc.c