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

typo fix

lustre/ldlm/ldlm_lib.c

index ac048ee..da5c0c1 100644 (file)
@@ -99,7 +99,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