From e887391ec9b0286d7659173c7716861f61791561 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 27 Jun 2005 15:52:45 +0000 Subject: [PATCH] b=6885 - disable opencache feature in order to pass #3 --- lustre/mds/mds_open.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, -- 1.8.3.1