request will resend before finished ost llog init and this produce
access to non init llog context.
Branch HEAD
b=16839
i=adilger
i=rread
ptlrpc_request_free(req);
RETURN(rc);
}
+ req->rq_no_delay = req->rq_no_resend = 1;
tmp = req_capsule_client_get(&req->rq_pill, &RMF_SETINFO_KEY);
memcpy(tmp, key, keylen);
oscc->oscc_oa.o_valid |= OBD_MD_FLGROUP;
LASSERT(oscc->oscc_oa.o_gr > 0);
req->rq_interpret_reply = osc_setinfo_mds_conn_interpret;
+ req->rq_no_delay = req->rq_no_resend = 1;
}
ptlrpc_request_set_replen(req);