Whamcloud - gitweb
fix more llog locking problems.
authorshadow <shadow>
Mon, 29 Sep 2008 06:34:16 +0000 (06:34 +0000)
committershadow <shadow>
Mon, 29 Sep 2008 06:34:16 +0000 (06:34 +0000)
Branch b1_8_gate
b=17157
i=johann
i=wangdi

lustre/obdclass/obd_config.c

index f2bcddd..ea69e93 100644 (file)
@@ -227,6 +227,7 @@ int class_attach(struct lustre_cfg *lcfg)
         cfs_waitq_init(&obd->obd_evict_inprogress_waitq);
         cfs_waitq_init(&obd->obd_llog_waitq);
         init_mutex(&obd->obd_llog_alloc);
+        init_mutex(&obd->obd_llog_cat_process);
         CFS_INIT_LIST_HEAD(&obd->obd_recovery_queue);
         CFS_INIT_LIST_HEAD(&obd->obd_delayed_reply_queue);