From 1fea92f69b2beb37c92cdcff43ff0bcdcded28d9 Mon Sep 17 00:00:00 2001 From: fanyong Date: Tue, 31 Mar 2009 04:47:07 +0000 Subject: [PATCH] Branch b_release_1_8_0 b=18903 i=eric.mei i=w.li typo fix --- lustre/ldlm/ldlm_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 36e5032..531ceb1 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -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 -- 1.8.3.1