From a055325fcaab58c49f34f1d1fed994c1ac631496 Mon Sep 17 00:00:00 2001 From: pschwan Date: Mon, 24 Jun 2002 06:22:30 +0000 Subject: [PATCH] *** empty log message *** --- lustre/osc/osc_request.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/osc/osc_request.c b/lustre/osc/osc_request.c index 822dc3f..5703168 100644 --- a/lustre/osc/osc_request.c +++ b/lustre/osc/osc_request.c @@ -680,8 +680,8 @@ static int osc_enqueue(struct obd_conn *oconn, else mode2 = LCK_PW; - rc = ldlm_local_lock_match(obddev->obd_namespace, res_id, type, extent, - sizeof(extent), mode2, lockh); + rc = ldlm_lock_match(obddev->obd_namespace, res_id, type, extent, + sizeof(extent), mode2, lockh); if (rc == 1) { int flags; struct ldlm_lock *lock = lustre_handle2object(lockh); -- 1.8.3.1