From: Trond Myklebust Date: Thu, 13 May 2010 16:51:49 +0000 (-0400) Subject: SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst X-Git-Tag: v2.6.35-rc1~490^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d60dbb20a74c2cfa142be0a34dac3c6547ea086c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed