]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit30e58f670caa0383614112aed831b7cc6ce2fde6
tree04629863049eb51433052669541ccd300b33c74a
parent8bc313b5ddcdc0b9c2bd7231426790e910748723
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