RDS: Remove struct rds_rdma_op
authorAndy Grover <andy.grover@oracle.com>
Mon, 1 Mar 2010 22:11:53 +0000 (14:11 -0800)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:11:58 +0000 (18:11 -0700)
A big changeset, but it's all pretty dumb.

struct rds_rdma_op was already embedded in struct rm_rdma_op.
Remove rds_rdma_op and put its members in rm_rdma_op. Rename
members with "op_" prefix instead of "r_", for consistency.

Of course this breaks a lot, so fixup the code accordingly.

Signed-off-by: Andy Grover <andy.grover@oracle.com>

No differences found