From: adilger Date: Fri, 28 Nov 2008 23:16:56 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_120~44 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3b7f52291da44236f41b5bcb13ff2a526a6e59c4;p=fs%2Flustre-release.git Branch HEAD This is marked as 1.4.0 compat, see if it can be removed. --- diff --git a/lustre/ldlm/ldlm_lockd.c b/lustre/ldlm/ldlm_lockd.c index 9d6bb38..701a2a0 100644 --- a/lustre/ldlm/ldlm_lockd.c +++ b/lustre/ldlm/ldlm_lockd.c @@ -1727,6 +1727,7 @@ static int ldlm_callback_handler(struct ptlrpc_request *req) RETURN(0); break; case OBD_LOG_CANCEL: /* remove this eventually - for 1.4.0 compat */ + CERROR("shouldn't be handling OBD_LOG_CANCEL on DLM thread\n"); req_capsule_set(&req->rq_pill, &RQF_LOG_CANCEL); if (OBD_FAIL_CHECK(OBD_FAIL_OBD_LOG_CANCEL_NET)) RETURN(0);