From cf2501b64acef9a57d3e4bb91fd3ba041b36388f Mon Sep 17 00:00:00 2001 From: Bobi Jam Date: Tue, 21 Feb 2012 09:23:11 +0800 Subject: [PATCH] LU-1098 debug: lower debug message level File info read and unlink race is normal, we'd lower the debug message level since a lot of unnecessary unmasked messages will be generated if mdt_object_find() cannot find those deleted objects. Signed-off-by: Bobi Jam Change-Id: I7630e6a1456ffb435c8e67cc626bf38547b840d0 Reviewed-on: http://review.whamcloud.com/2165 Tested-by: Hudson Reviewed-by: Christopher J. Morrone Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/mdt/mdt_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index 9a71be0..d5c483d 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -1039,7 +1039,7 @@ relock: mdt_lock_reg_init(lhc, LCK_PR); if (mdt_object_exists(child) == 0) { - LU_OBJECT_DEBUG(D_WARNING, info->mti_env, + LU_OBJECT_DEBUG(D_INODE, info->mti_env, &child->mot_obj.mo_lu, "Object doesn't exist!\n"); GOTO(out_child, rc = -ENOENT); -- 1.8.3.1