From 59c6547e325e72c48a8020ec881e6d1209e28c4a Mon Sep 17 00:00:00 2001 From: shadow Date: Mon, 29 Sep 2008 06:34:06 +0000 Subject: [PATCH] fix more llog locking problems. Branch b1_8_gate b=17157 i=johann i=wangdi --- lustre/include/obd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/obd.h b/lustre/include/obd.h index ee187b3..0d61580 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -921,6 +921,7 @@ struct obd_device { struct llog_ctxt *obd_llog_ctxt[LLOG_MAX_CTXTS]; struct semaphore obd_llog_alloc; + struct semaphore obd_llog_cat_process; cfs_waitq_t obd_llog_waitq; struct obd_device *obd_observer; -- 1.8.3.1