From: Yazen Ghannam Date: Thu, 8 Oct 2015 23:01:16 +0000 (-0400) Subject: staging/lustre: Remove unused, commented function call X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=848333219c3370a9f6473b50debefbfa467f7b23;p=deliverable%2Flinux.git staging/lustre: Remove unused, commented function call Also fixes a coding style error. Signed-off-by: Yazen Ghannam Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/obdclass/obd_config.c b/drivers/staging/lustre/lustre/obdclass/obd_config.c index b8ca324b924e..f0140155bd5d 100644 --- a/drivers/staging/lustre/lustre/obdclass/obd_config.c +++ b/drivers/staging/lustre/lustre/obdclass/obd_config.c @@ -1070,8 +1070,6 @@ int class_config_llog_handler(const struct lu_env *env, char *cfg_buf = (char *) (rec + 1); int rc = 0; - //class_config_dump_handler(handle, rec, data); - switch (rec->lrh_type) { case OBD_CFG_REC: { struct lustre_cfg *lcfg, *lcfg_new;