NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunking
authorOlga Kornievskaia <kolga@netapp.com>
Fri, 15 Sep 2023 19:21:16 +0000 (15:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2023 17:19:48 +0000 (17:19 +0000)
commitec809219077d5e7df5c152c7a73b444aef474a56
treeec0b614cba16ae98f036bd8a4c8bd20c5383cfbc
parent9b0cebc70d47ff3f13c2ec4948f4a198aa27ef0f
NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunking

[ Upstream commit 6bd1a77dc72dea0b0d8b6014f231143984d18f6d ]

Currently when client sends an EXCHANGE_ID for a possible trunked
connection, for any error that happened, the trunk will be thrown
out. However, an NFS4ERR_DELAY is a transient error that should be
retried instead.

Fixes: e818bd085baf ("NFSv4.1 remove xprt from xprt_switch if session trunking test fails")
Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/nfs/nfs4proc.c