From 0f2ff7e0224a86c2c6459c7d455ccb72b9a8e358 Mon Sep 17 00:00:00 2001 From: rread Date: Wed, 1 Oct 2003 06:50:50 +0000 Subject: [PATCH] * adding functions to send llog requests of ptlrpc (untested) * fixed IOC_OBD_PARSE to parse a recorded config log --- lustre/obdclass/config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/obdclass/config.c b/lustre/obdclass/config.c index 8080dab..2f90157 100644 --- a/lustre/obdclass/config.c +++ b/lustre/obdclass/config.c @@ -334,6 +334,8 @@ int class_process_config(int len, char *data) lustre_cfg_getdata(&buf, len, data); lcfg = (struct lustre_cfg* ) buf; + CERROR("processing cmd: %x\n", lcfg->lcfg_command); + /* Commands that don't need a device */ switch(lcfg->lcfg_command) { case LCFG_ATTACH: { -- 1.8.3.1