]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commitf8b3aaf2ba8ca9e27b47f8bfdff07c8b968f2c05
tree42de574167e590ca2e413314b6486df916cd1f31
parentd0ab25a83c4a08cd98b73a37d3f4c069f7b4f50b
RDS: Remove struct rds_rdma_op

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>
net/rds/ib.h
net/rds/ib_send.c
net/rds/iw.h
net/rds/iw_send.c
net/rds/message.c
net/rds/rdma.c
net/rds/rds.h
net/rds/send.c