X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=inline;f=lustre%2Fldlm%2Fldlm_lockd.c;h=9e2e644136213d49805da09c2063e5a1b0d54f2e;hb=3192e52a89946f12fd36d28a686c169d01d36e64;hp=32a8d69427c01c7751c9ad8bd3533e9011555f8e;hpb=d2826efa969753456bb7d59f9554a6519ed96b86;p=fs%2Flustre-release.git diff --git a/lustre/ldlm/ldlm_lockd.c b/lustre/ldlm/ldlm_lockd.c index 32a8d69..9e2e644 100644 --- a/lustre/ldlm/ldlm_lockd.c +++ b/lustre/ldlm/ldlm_lockd.c @@ -1412,6 +1412,9 @@ static void ldlm_handle_gl_callback(struct ptlrpc_request *req, static int ldlm_callback_reply(struct ptlrpc_request *req, int rc) { + if (req->rq_no_reply) + return 0; + req->rq_status = rc; if (req->rq_reply_state == NULL) { rc = lustre_pack_reply(req, 1, NULL, NULL);