From b79e69a48b93dbaa73f05f0eca2b052a7a4d4b05 Mon Sep 17 00:00:00 2001 From: rread Date: Tue, 18 Nov 2003 20:36:11 +0000 Subject: [PATCH] - Remove last references to OBD_CLASS_UUID. Now the obd->obd_uuid is used as the client uuid for self and lctl exports. --- lustre/ldlm/ldlm_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 825d409..c642525 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -431,7 +431,7 @@ int target_handle_connect(struct ptlrpc_request *req, svc_handler_t handler) GOTO(out, rc); /* lctl gets a backstage, all-access pass. */ - if (obd_uuid_equals(&cluuid, &lctl_fake_uuid)) + if (obd_uuid_equals(&cluuid, &target->obd_uuid)) goto dont_check_exports; spin_lock(&target->obd_dev_lock); -- 1.8.3.1