diff --git a/lustre/obdclass/class_obd.c b/lustre/obdclass/class_obd.c index 4493250128ce202a04f62d67409c6cc6f6cd33f4..dc9987364649a5d09365b8f80b22b00d89c88fa7 100644 --- a/lustre/obdclass/class_obd.c +++ b/lustre/obdclass/class_obd.c @@ -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();