]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Aug 2022 09:18:21 +0000 (11:18 +0200)
commitf567804618c07ba94cbc7e3e693f84243f146bc8
tree016a0508865e8eaeedd70164799e56b5cfc433a0
parent4cc7b90fc43b418146688e37ee936ac942837404
NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly

commit ec3e3eb145b6a2b3d25dc1f3f62c6f659a25cd09 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/nfs4proc.c