]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Fix the execution time statistics in the face of RPC restarts
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 1 Dec 2011 19:00:15 +0000 (14:00 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 1 Dec 2011 19:00:15 +0000 (14:00 -0500)
commit2e26cec45b8c7599026212362b73e2a8b8ac5a96
treebd043aea4267abd947a0c3768964533d0d118e85
parent25ad4d965cc4b4a1f7798953ed8dda5c93a5d0f7
SUNRPC: Fix the execution time statistics in the face of RPC restarts

If the rpc_task gets restarted, then we want to ensure that we don't
double-count the execution time statistics, timeout data, etc.

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