]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
SUNRPC: Don't override connect timeouts in rpc_clnt_add_xprt()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 19 Aug 2023 21:32:24 +0000 (17:32 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 24 Aug 2023 17:24:15 +0000 (13:24 -0400)
commitcd18f24085f012b46b8271640b3c60fb27c0b05f
tree1d17dfae1767a1a217addb0bb75836ad964fa11b
parentd2ee413884cdbdfcfc1560526615519311a47d33
SUNRPC: Don't override connect timeouts in rpc_clnt_add_xprt()

If the caller specifies the connect timeouts in the arguments to
rpc_clnt_add_xprt(), then we shouldn't override them.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/clnt.c