r=rread
A quick workaround for bug 3652, in which we hold the logging
semaphore across an rpc. Robert thinks that this file can be cleaned
up substantially, but that this fix is sufficient for CMD.
ptlrpc_req_finished(request);
continue;
}
+ up(&llcd->llcd_ctxt->loc_sem);
rc = ptlrpc_queue_wait(request);
ptlrpc_req_finished(request);
- up(&llcd->llcd_ctxt->loc_sem);
/* If the RPC failed, we put this and the remaining
* messages onto the resend list for another time. */