staging/lustre/ptlrpc: Remove log message about export timer update
authorCheng Shao <cheng_shao@xyratex.com>
Sun, 27 Apr 2014 17:06:26 +0000 (13:06 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Apr 2014 17:21:38 +0000 (10:21 -0700)
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>
Reviewed-on: http://review.whamcloud.com/9147
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4590
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/service.c

index 192adec5382a327f30de3975cd3baa6c495b90a8..5873c03b8e77176e5a3ac1b53f1925fd996983ef 100644 (file)
@@ -1042,9 +1042,6 @@ static void ptlrpc_update_export_timer(struct obd_export *exp, long extra_delay)
                return;
 
        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
This page took 0.029623 seconds and 5 git commands to generate.