]> 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)
commitec3e3eb145b6a2b3d25dc1f3f62c6f659a25cd09
treee12ae8fbb7b642a8f99a3763e0e1468b5093a0ac
parent8875401c50febe47635373e224aca6f199feef0c
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: 9f02f6180987 ("NFSv4.1: Avoid false retries when RPC calls are interrupted")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs4proc.c