Whamcloud - gitweb
LU-4590 ptlrpc: Remove log message about export timer update 47/9147/2
authorCheng Shao <cheng_shao@xyratex.com>
Wed, 5 Feb 2014 20:32:48 +0000 (12:32 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 7 Feb 2014 18:33:33 +0000 (18:33 +0000)
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 <cheng_shao@xyratex.com>
Change-Id: I3699e81fd4bf0b8677c1fbd09ced5d81ffba3f81
Reviewed-on: http://review.whamcloud.com/9147
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ptlrpc/service.c

index f6a134b..7270179 100644 (file)
@@ -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;
                 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
 
         /* exports may get disconnected from the chain even though the
            export has references, so we must keep the spin lock while