Whamcloud - gitweb
- test multinode creation w/o separate portal for MDS_CLOSE
authoralex <alex>
Mon, 12 Sep 2005 10:38:43 +0000 (10:38 +0000)
committeralex <alex>
Mon, 12 Sep 2005 10:38:43 +0000 (10:38 +0000)
lustre/mdc/mdc_request.c

index 0b9b880..bf15b7f 100644 (file)
@@ -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);