From: alex Date: Mon, 27 Jun 2005 15:52:45 +0000 (+0000) Subject: b=6885 X-Git-Tag: 1.4.10~971 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e887391ec9b0286d7659173c7716861f61791561;p=fs%2Flustre-release.git b=6885 - disable opencache feature in order to pass #3 --- diff --git a/lustre/mds/mds_open.c b/lustre/mds/mds_open.c index 5a28534..882dd51 100644 --- a/lustre/mds/mds_open.c +++ b/lustre/mds/mds_open.c @@ -1342,7 +1342,9 @@ got_child: obd_fail_loc = OBD_FAIL_LDLM_REPLY | OBD_FAIL_ONCE; GOTO(cleanup, rc = -EAGAIN); } - + +#warning "disable opencache lock for CMD2" +#if 0 /* Obtain OPEN lock as well */ policy.l_inodebits.bits |= MDS_INODELOCK_OPEN; @@ -1383,6 +1385,7 @@ got_child: cleanup_phase = 3; } +#endif /* Step 5: mds_open it */ rc = mds_finish_open(req, dchild, body, rec->ur_flags, &handle,