From: nikita Date: Sun, 15 Oct 2006 18:45:53 +0000 (+0000) Subject: kill overwritten initialization. X-Git-Tag: v1_8_0_110~486^2~511 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d91726108cb5bf6e63b36e9d76f39e99472954ae;p=fs%2Flustre-release.git kill overwritten initialization. --- diff --git a/lustre/mdt/mdt_recovery.c b/lustre/mdt/mdt_recovery.c index 393609e7..f293cc5 100644 --- a/lustre/mdt/mdt_recovery.c +++ b/lustre/mdt/mdt_recovery.c @@ -392,7 +392,7 @@ static int mdt_clients_data_init(const struct lu_env *env, exp->exp_req_replay_needed = 1; atomic_inc(&obd->obd_lock_replay_clients); exp->exp_lock_replay_needed = 1; - + class_export_put(exp); CDEBUG(D_OTHER, "client at idx %d has last_transno = "LPU64"\n", @@ -593,7 +593,7 @@ int mdt_client_new(const struct lu_env *env, struct mdt_thread_info *mti; struct thandle *th; loff_t off; - int rc = 0; + int rc; int cl_idx; ENTRY;