RDS: Move some variables around for consistency

Also, add a comment.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
This commit is contained in:
Andy Grover
2010-03-01 16:04:59 -08:00
parent 940786eb0a
commit 7e3bd65ebf
2 changed files with 7 additions and 4 deletions

View File

@@ -301,7 +301,13 @@ struct rds_message {
*/
spinlock_t m_rs_lock;
struct rds_sock *m_rs;
/* cookie to send to remote, in rds header */
rds_rdma_cookie_t m_rdma_cookie;
unsigned int m_used_sgs;
unsigned int m_total_sgs;
struct {
struct rm_atomic_op {
int op_type;
@@ -343,8 +349,6 @@ struct rds_message {
struct scatterlist *op_sg;
} data;
};
unsigned int m_used_sgs;
unsigned int m_total_sgs;
};
/*