9p: rdma: Set trans prior to requesting async connection ops
authorTom Tucker <tom@opengridcomputing.com>
Thu, 23 Oct 2008 21:30:13 +0000 (16:30 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Wed, 5 Nov 2008 19:19:06 +0000 (13:19 -0600)
commit517ac45af4b55913587279d89001171c222f22e7
treeb3f30f82d27c7b0df885152ce34e9f475f6470dd
parent75fa67706cce5272bcfc51ed646f2da21f3bdb6e
9p: rdma: Set trans prior to requesting async connection ops

The RDMA connection manager is fundamentally asynchronous.
Since the async callback context is the client pointer, the
transport in the client struct needs to be set prior to calling
the first async op.

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/trans_rdma.c