From 23fc58bc5be3deb15fc495f4cb68721f17a66f70 Mon Sep 17 00:00:00 2001 From: wangdi Date: Tue, 10 Oct 2006 15:26:47 +0000 Subject: [PATCH] Branch: b_new_cmd remove useless debug info --- lustre/lmv/lmv_obd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/lmv/lmv_obd.c b/lustre/lmv/lmv_obd.c index ba3a517..e295cdd 100644 --- a/lustre/lmv/lmv_obd.c +++ b/lustre/lmv/lmv_obd.c @@ -1941,8 +1941,6 @@ static int lmv_reset_hash_seg_end (struct lmv_obd *lmv, struct lmv_obj *obj, if (!page) GOTO(cleanup, rc = -ENOMEM); - CDEBUG(D_INFO,"readpage %lu:%x for reset split"DFID" \n", - seg_end, seg_end, PFID(&rid)); rc = md_readpage(tgt_exp, &rid, NULL, seg_end, page, &tmp_req); if (rc) { /* E2BIG means it already reached the end of the dir, -- 1.8.3.1