From: alex Date: Tue, 27 Jul 2004 15:35:06 +0000 (+0000) Subject: b=3999 X-Git-Tag: 1.3.4~538 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=d35560533db48fc9ba4e6895869b67e6906fa8eb;p=fs%2Flustre-release.git b=3999 - IT_UNLINK doesn't use 4rd buffer --- diff --git a/lustre/mds/handler.c b/lustre/mds/handler.c index 8fc08d4..2bb3af4 100644 --- a/lustre/mds/handler.c +++ b/lustre/mds/handler.c @@ -2427,7 +2427,7 @@ static int mds_intent_policy(struct ldlm_namespace *ns, LDLM_DEBUG(lock, "intent policy, opc: %s", ldlm_it2str(it->opc)); - rc = lustre_pack_reply(req, it->opc == IT_UNLINK ? 4 : 3, repsize, NULL); + rc = lustre_pack_reply(req, 3, repsize, NULL); if (rc) RETURN(req->rq_status = rc);