]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a0de36d18c37328b8d19b0160ea904db1c8cb67
treee12ae8fbb7b642a8f99a3763e0e1468b5093a0ac
parentd137d74a41d170b59b48e093cf376cebc040be9b
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: 5d49345bf7a6 ("NFSv4.1: Avoid false retries when RPC calls are interrupted")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs4proc.c