]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Allow changing of the TCP timeout parameters on the fly
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 8 Feb 2017 16:17:54 +0000 (11:17 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 9 Feb 2017 19:02:10 +0000 (14:02 -0500)
commit4fe8a6ab88c15a281f9e7ddb0cc1efd69b9e8f77
treefc88f21e81df46ac054ee82f635bb1a822ef94bc
parent801dff9b64f896d443849a207d5807948a8c4b4e
SUNRPC: Allow changing of the TCP timeout parameters on the fly

When the NFSv4 server tells us the lease period, we usually want
to adjust down the timeout parameters on the TCP connection to
ensure that we don't miss lease renewals due to a faulty connection.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
include/linux/sunrpc/xprt.h
include/linux/sunrpc/xprtsock.h
net/sunrpc/clnt.c
net/sunrpc/xprtsock.c