Skip to content
Snippets Groups Projects
Commit bfd7a28c authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_6

Remove use of printk() lustre core code.
b=16517
i=nikita
i=shadow (yury original patch)
parent 420c4ba8
No related branches found
No related tags found
No related merge requests found
......@@ -522,16 +522,12 @@ int init_obdclass(void)
int i, err;
#ifdef __KERNEL__
int lustre_register_fs(void);
printk(KERN_INFO "Lustre: OBD class driver, http://www.lustre.org/\n");
printk(KERN_INFO " Lustre Version: "LUSTRE_VERSION_STRING"\n");
printk(KERN_INFO " Build Version: "BUILD_VERSION"\n");
#else
CDEBUG(D_INFO, "Lustre: OBD class driver, http://www.lustre.org/\n");
CDEBUG(D_INFO, " Lustre Version: "LUSTRE_VERSION_STRING"\n");
CDEBUG(D_INFO, " Build Version: "BUILD_VERSION"\n");
#endif
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");
spin_lock_init(&obd_types_lock);
cfs_waitq_init(&obd_race_waitq);
obd_zombie_impexp_init();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment