From dbe8f007560a182d1e7f52c9330fca197caf6026 Mon Sep 17 00:00:00 2001 From: shadow Date: Thu, 5 Feb 2009 20:05:26 +0000 Subject: [PATCH] fix typo Branch HEAD --- lustre/ldlm/ldlm_lib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 509abc8..b400a27 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -733,7 +733,6 @@ int target_handle_connect(struct ptlrpc_request *req) if (obd_uuid_equals(&cluuid, &target->obd_uuid)) goto dont_check_exports; - spin_lock(&target->obd_dev_lock); export = lustre_hash_lookup(target->obd_uuid_hash, &cluuid); if (export != NULL && mds_conn) { -- 1.8.3.1