From d73d941ba2d3fb484f854f0bb28a1efa14f13a51 Mon Sep 17 00:00:00 2001 From: wangdi Date: Sat, 14 Oct 2006 15:43:37 +0000 Subject: [PATCH] Branch: b_new_cmd remove obsolote debug warning msg --- lustre/osd/osd_handler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/osd/osd_handler.c b/lustre/osd/osd_handler.c index d5ec5f5..e5a9f4d 100644 --- a/lustre/osd/osd_handler.c +++ b/lustre/osd/osd_handler.c @@ -1423,7 +1423,6 @@ static int osd_readpage(const struct lu_env *env, * state)---position it on the next item. */ rc = iops->next(env, it); - CWARN("read page for reset hash %#x\n", rdpg->rp_hash); } else if (rc > 0) rc = 0; -- 1.8.3.1