]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Revert "SUNRPC dont update timeout value on connection reset"
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 17 Sep 2023 23:26:46 +0000 (19:26 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 27 Sep 2023 19:16:40 +0000 (15:16 -0400)
commita275ab62606bcd894ddff09460f7d253828313dc
treeb53a9344494f338af737572eec5c2a51b21ddc3e
parent956fd46f97d238032cb5fa4771cdaccc6e760f9a
Revert "SUNRPC dont update timeout value on connection reset"

This reverts commit 88428cc4ae7abcc879295fbb19373dd76aad2bdd.

The problem this commit is intended to fix was comprehensively fixed
in commit 7de62bc09fe6 ("SUNRPC dont update timeout value on connection
reset").
Since then, this commit has been preventing the correct timeout of soft
mounted requests.

Cc: stable@vger.kernel.org # 5.9.x: 09252177d5f9: SUNRPC: Handle major timeout in xprt_adjust_timeout()
Cc: stable@vger.kernel.org # 5.9.x: 7de62bc09fe6: SUNRPC dont update timeout value on connection reset
Cc: stable@vger.kernel.org # 5.9.x
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/clnt.c