|
@@ -825,7 +825,6 @@ rpcrdma_ep_create(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia,
|
|
else if (ep->rep_cqinit <= 2)
|
|
else if (ep->rep_cqinit <= 2)
|
|
ep->rep_cqinit = 0;
|
|
ep->rep_cqinit = 0;
|
|
INIT_CQCOUNT(ep);
|
|
INIT_CQCOUNT(ep);
|
|
- ep->rep_ia = ia;
|
|
|
|
init_waitqueue_head(&ep->rep_connect_wait);
|
|
init_waitqueue_head(&ep->rep_connect_wait);
|
|
INIT_DELAYED_WORK(&ep->rep_connect_worker, rpcrdma_connect_worker);
|
|
INIT_DELAYED_WORK(&ep->rep_connect_worker, rpcrdma_connect_worker);
|
|
|
|
|