From: fanyong Date: Tue, 31 Mar 2009 04:34:47 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: GIT_EPOCH_B1_6~2^5~98 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=14db126fa1e9e8adcc2e728e4afcf44555a9eefa;p=fs%2Flustre-release.git Branch b1_6 b=18903 i=eric.mei i=w.li typo fix --- diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index fb09d2f..a05831c 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