From: Chuck Lever Date: Tue, 17 Oct 2006 18:44:24 +0000 (-0400) Subject: SUNRPC: minor optimization of "xid" field in rpc_xprt X-Git-Tag: v2.6.20-rc1~34^2~412^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e744cf2e3ab8535a8494a4cf0177de26f94586da;p=pandora-kernel.git SUNRPC: minor optimization of "xid" field in rpc_xprt Move the xid field in the rpc_xprt structure to be in the same cache line as the reserve_lock, since these are used at the same time. Test plan: None. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed