Whamcloud - gitweb
fix typo
authorshadow <shadow>
Thu, 5 Feb 2009 20:05:26 +0000 (20:05 +0000)
committershadow <shadow>
Thu, 5 Feb 2009 20:05:26 +0000 (20:05 +0000)
Branch HEAD

lustre/ldlm/ldlm_lib.c

index 509abc8..b400a27 100644 (file)
@@ -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) {