From 941ae0a4cb70422b60fa266eb115215e371ab08c Mon Sep 17 00:00:00 2001 From: Bobi Jam Date: Sat, 13 Aug 2011 22:53:22 +0800 Subject: [PATCH] LU-585 lower mdt reconstruct open debug message level Reconstruct open is not an error case. Change-Id: Ifb559616c148b01298196b4be7e398306a6b8e4c Signed-off-by: Bobi Jam Reviewed-on: http://review.whamcloud.com/1233 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/mdt/mdt_open.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/mdt/mdt_open.c b/lustre/mdt/mdt_open.c index 47a7093..cb2efd4 100644 --- a/lustre/mdt/mdt_open.c +++ b/lustre/mdt/mdt_open.c @@ -915,8 +915,8 @@ void mdt_reconstruct_open(struct mdt_thread_info *info, mdt_req_from_lcd(req, lcd); mdt_set_disposition(info, ldlm_rep, lcd->lcd_last_data); - CERROR("This is reconstruct open: disp="LPX64", result=%d\n", - ldlm_rep->lock_policy_res1, req->rq_status); + CDEBUG(D_INODE, "This is reconstruct open: disp="LPX64", result=%d\n", + ldlm_rep->lock_policy_res1, req->rq_status); if (mdt_get_disposition(ldlm_rep, DISP_OPEN_CREATE) && req->rq_status != 0) -- 1.8.3.1