From: rread Date: Wed, 1 Oct 2003 06:50:50 +0000 (+0000) Subject: * adding functions to send llog requests of ptlrpc (untested) X-Git-Tag: v1_7_0_51~2^7~480 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0f2ff7e0224a86c2c6459c7d455ccb72b9a8e358;p=fs%2Flustre-release.git * adding functions to send llog requests of ptlrpc (untested) * fixed IOC_OBD_PARSE to parse a recorded config log --- 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: {