struct timeval tv;
lnet_process_id_t lnet_id;
+#ifndef CRAY_XT3
printk(KERN_INFO "Lustre: Lustre Client File System; "
"http://www.lustre.org/\n");
+#endif
rc = ll_init_inodecache();
if (rc)
return -ENOMEM;
}
if (imp->imp_invalid) {
- CERROR("not connecting OSC %s; administratively "
+ CDEBUG(D_CONFIG, "not connecting OSC %s; administratively "
"disabled\n", obd_uuid2str(&tgt_uuid));
RETURN(0);
}
int lustre_register_fs(void);
#endif
+#ifdef CRAY_XT3
+ printk(KERN_INFO "Lustre: Build Version: "BUILD_VERSION"\n");
+#else
LCONSOLE_INFO("OBD class driver, http://www.lustre.org/\n");
LCONSOLE_INFO(" Lustre Version: "LUSTRE_VERSION_STRING"\n");
LCONSOLE_INFO(" Build Version: "BUILD_VERSION"\n");
+#endif
spin_lock_init(&obd_types_lock);
cfs_waitq_init(&obd_race_waitq);
(char *)lustre_cfg_string(lcfg, 0), key);
/* rc = -EINVAL; continue parsing other params */
} else {
- LCONSOLE_INFO("%s.%.*s: set parameter %.*s=%s\n",
+ CDEBUG(D_CONFIG, "%s.%.*s: set parameter %.*s=%s\n",
lustre_cfg_string(lcfg, 0),
(int)strlen(prefix) - 1, prefix,
(int)(sval - key - 1), key, sval);