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)
commit7fdcf13b292e8b2e38e42de24be2503e37b2cf97
treebd043aea4267abd947a0c3768964533d0d118e85
parentb930c26416c4ea6855726fd977145ccea9afbdda
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