RDS: Establish connection before parsing CMSGs
authorAndy Grover <andy.grover@oracle.com>
Thu, 9 Apr 2009 14:09:41 +0000 (14:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Apr 2009 00:21:19 +0000 (17:21 -0700)
commit49f696914100780f6bf8e652d3468de0015d6172
tree7db75b8f01ed4cec915196c5c00923cda580e385
parent7acd4a794c1530af063e51f3f7171e75556458f3
RDS: Establish connection before parsing CMSGs

The first message to a remote node should prompt a new connection.
Even an RDMA op via CMSG. Therefore move CMSG parsing to after
connection establishment.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/send.c