X-Git-Url: https://git.whamcloud.com/gitweb?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fniobuf.c;h=fbc144d5639f0ba0aec86f45a18c9e21d3ee578d;hb=20d7fb85fb4f2e6af876995228908d6b8bf7eaa4;hp=476f6662b2f7b57655520c7c352d47f55ce125e9;hpb=4a697fa45ee90ddb47a05389640fa6ae4d6aa365;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/niobuf.c b/lustre/ptlrpc/niobuf.c index 476f666..fbc144d 100644 --- a/lustre/ptlrpc/niobuf.c +++ b/lustre/ptlrpc/niobuf.c @@ -485,7 +485,7 @@ int ptl_send_rpc(struct ptlrpc_request *request, int noreply) /* If this is a re-transmit, we're required to have disengaged * cleanly from the previous attempt */ - LASSERT (!request->rq_receiving_reply); + LASSERT(!request->rq_receiving_reply); if (request->rq_import->imp_obd && request->rq_import->imp_obd->obd_fail) { @@ -633,7 +633,7 @@ int ptl_send_rpc(struct ptlrpc_request *request, int noreply) rc2 = LNetMEUnlink(reply_me_h); LASSERT (rc2 == 0); /* UNLINKED callback called synchronously */ - LASSERT (!request->rq_receiving_reply); + LASSERT(!request->rq_receiving_reply); cleanup_bulk: if (request->rq_bulk != NULL)