]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Fix RPC call retransmission statistics
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 25 Sep 2013 17:39:45 +0000 (13:39 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 1 Oct 2013 22:22:11 +0000 (18:22 -0400)
commit40adb4585bf508e8f7825b1873adcf62cb3a007d
tree0a7e31e04a72011fb94ce165f8b2c9723cec2472
parent90bc2d8a65806ab2b7933e56877f6d30a0836a32
SUNRPC: Fix RPC call retransmission statistics

A retransmit should be when you successfully transmit an RPC call to
the server a second time.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c