commit | e744cf2e3ab8535a8494a4cf0177de26f94586da | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Tue Oct 17 14:44:24 2006 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Dec 06 10:46:34 2006 -0500 |
tree | 9d291dda6b8187781ebc42a9d97caf15d0eb9701 | |
parent | 24c5684b65ff52ebfa942e8086d91a4966121ae7 [diff] |
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 <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>