From: rread Date: Tue, 18 Nov 2003 20:36:11 +0000 (+0000) Subject: - Remove last references to OBD_CLASS_UUID. Now the obd->obd_uuid is X-Git-Tag: v1_7_0_51~2^7~217 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b79e69a48b93dbaa73f05f0eca2b052a7a4d4b05;p=fs%2Flustre-release.git - Remove last references to OBD_CLASS_UUID. Now the obd->obd_uuid is used as the client uuid for self and lctl exports. --- 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);