From d35560533db48fc9ba4e6895869b67e6906fa8eb Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 27 Jul 2004 15:35:06 +0000 Subject: [PATCH] b=3999 - IT_UNLINK doesn't use 4rd buffer --- lustre/mds/handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1