From 382a6f752c456afd37577666d8aa452f846b46aa Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Wed, 5 Feb 2014 12:32:48 -0800 Subject: [PATCH] LU-4590 ptlrpc: Remove log message about export timer update Function ptlrpc_update_export_timer generates lots of D_HA level log messages whenever the export timer gets updated. Those log messages are found little use for issue investigations, and it will take space in the Lustre log buffer. We are removing it now. Xyratex-bug-id: MRP-733 Signed-off-by: Cheng Shao Change-Id: I3699e81fd4bf0b8677c1fbd09ced5d81ffba3f81 Reviewed-on: http://review.whamcloud.com/9147 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- lustre/ptlrpc/service.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lustre/ptlrpc/service.c b/lustre/ptlrpc/service.c index f6a134b..7270179 100644 --- a/lustre/ptlrpc/service.c +++ b/lustre/ptlrpc/service.c @@ -1081,9 +1081,6 @@ static void ptlrpc_update_export_timer(struct obd_export *exp, long extra_delay) RETURN_EXIT; exp->exp_last_request_time = new_time; - CDEBUG(D_HA, "updating export %s at "CFS_TIME_T" exp %p\n", - exp->exp_client_uuid.uuid, - exp->exp_last_request_time, exp); /* exports may get disconnected from the chain even though the export has references, so we must keep the spin lock while -- 1.8.3.1