From: Cheng Shao Date: Wed, 5 Feb 2014 20:32:48 +0000 (-0800) Subject: LU-4590 ptlrpc: Remove log message about export timer update X-Git-Tag: 2.5.56~56 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=382a6f752c456afd37577666d8aa452f846b46aa;hp=db1524d44717a5398560413701550ae43aea7175;p=fs%2Flustre-release.git 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 --- 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