Whamcloud - gitweb
Branch b_release_1_8_0
authorfanyong <fanyong>
Tue, 31 Mar 2009 04:47:07 +0000 (04:47 +0000)
committerfanyong <fanyong>
Tue, 31 Mar 2009 04:47:07 +0000 (04:47 +0000)
b=18903
i=eric.mei
i=w.li

typo fix

lustre/ldlm/ldlm_lib.c

index 36e5032..531ceb1 100644 (file)
@@ -98,7 +98,7 @@ static int import_set_conn(struct obd_import *imp, struct obd_uuid *uuid,
         if (create) {
                 imp_conn->oic_conn = ptlrpc_conn;
                 imp_conn->oic_uuid = *uuid;
-                item->oic_last_attempt = 0;
+                imp_conn->oic_last_attempt = 0;
                 if (priority)
                         list_add(&imp_conn->oic_item, &imp->imp_conn_list);
                 else