RDS: Inline rdma_prepare into cmsg_rdma_args
authorAndy Grover <andy.grover@oracle.com>
Thu, 28 Jan 2010 00:07:30 +0000 (16:07 -0800)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:11:56 +0000 (18:11 -0700)
commit4324879df06ba4db01a0b455af2d003f117e6aa3
tree04629863049eb51433052669541ccd300b33c74a
parent241eef3e2f51fe4ad50abacd7f79c4e2d468197e
RDS: Inline rdma_prepare into cmsg_rdma_args

cmsg_rdma_args just calls rdma_prepare and does a little
arg checking -- not quite enough to justify its existence.
Plus, it is the only caller of rdma_prepare().

Signed-off-by: Andy Grover <andy.grover@oracle.com>
net/rds/rdma.c