Commit 84833321 authored by Yazen Ghannam's avatar Yazen Ghannam Committed by Greg Kroah-Hartman

staging/lustre: Remove unused, commented function call

Also fixes a coding style error.
Signed-off-by: default avatarYazen Ghannam <yghannam@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6db8b7b4
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment