From 222f2588cdde39a9feded7eafdd8de1ea57aafd6 Mon Sep 17 00:00:00 2001 From: fanyong Date: Tue, 31 Mar 2009 05:05:12 +0000 Subject: [PATCH] Branch b_release_1_6_7 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 c3c6189..1fc4a1a 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