]> 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)
commit6406d528d4b0af4bafd244d66f69287c37b19a58
treefc88f21e81df46ac054ee82f635bb1a822ef94bc
parent1bde729928c986989637301b74ad8ef3f519372a
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