staging/lustre: Remove unused, commented function call
Also fixes a coding style error. Signed-off-by: Yazen Ghannam <yghannam@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6db8b7b486
commit
848333219c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user