From e982c5b36ed1e48fe5c47982ef3aec815b072afb Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 12 Sep 2005 10:38:43 +0000 Subject: [PATCH] - test multinode creation w/o separate portal for MDS_CLOSE --- lustre/mdc/mdc_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mdc/mdc_request.c b/lustre/mdc/mdc_request.c index 0b9b880..bf15b7f 100644 --- a/lustre/mdc/mdc_request.c +++ b/lustre/mdc/mdc_request.c @@ -756,7 +756,7 @@ int mdc_close(struct obd_export *exp, struct mdc_op_data *op_data, MDS_CLOSE, 3, reqsize, NULL); if (req == NULL) GOTO(out, rc = -ENOMEM); - req->rq_request_portal = MDS_CLOSE_PORTAL; + //req->rq_request_portal = MDS_CLOSE_PORTAL; /* ensure that this close's handle is fixed up during replay. */ LASSERT(och != NULL); -- 1.8.3.1