commit | d60dbb20a74c2cfa142be0a34dac3c6547ea086c | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu May 13 12:51:49 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri May 14 15:09:36 2010 -0400 |
tree | 7af95739f8fbbef11f490b5b58bf639dbbe8a181 | |
parent | 9c7e7e23371e629dbb3b341610a418cdf1c19d91 [diff] |
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst It seems strange to maintain stats for bytes_sent in one structure, and bytes received in another. Try to assemble all the RPC request-related stats in struct rpc_rqst Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>