]> git.baikalelectronics.ru Git - kernel.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)
commit17170bd2b4651e2509f39888bd89a74c61648798
tree42de574167e590ca2e413314b6486df916cd1f31
parent9c9c043a202eedae3a9cc485cbcc8cb958f10bee
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