From b7f12c70dd7dcd4e186c2c52cdb14c7b40d0bf64 Mon Sep 17 00:00:00 2001 From: tappro Date: Mon, 25 Sep 2006 05:41:26 +0000 Subject: [PATCH] - set warn level for 'second transaction message'. It is allowed case in general, but should be controlled - remove obsoleted comment --- lustre/mdt/mdt_recovery.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lustre/mdt/mdt_recovery.c b/lustre/mdt/mdt_recovery.c index 54e7e9a..96c68f3 100644 --- a/lustre/mdt/mdt_recovery.c +++ b/lustre/mdt/mdt_recovery.c @@ -807,16 +807,13 @@ static int mdt_txn_stop_cb(const struct lu_context *ctx, mti = lu_context_key_get(ctx, &mdt_thread_key); req = mdt_info_req(mti); - /* FIXME: don't handle requests from SEQ/FLD, - * should be fixed - */ if (mti->mti_mdt == NULL || req == NULL || mti->mti_no_need_trans) { txi->txi_transno = 0; return 0; } if (mti->mti_has_trans) { - CERROR("More than one transaction "LPU64"\n", mti->mti_transno); + CWARN("More than one transaction "LPU64"\n", mti->mti_transno); return 0; } -- 1.8.3.1