From 60172ea8822a5877466b7071afb984aeb0be376a Mon Sep 17 00:00:00 2001 From: shadow Date: Mon, 29 Sep 2008 06:34:05 +0000 Subject: [PATCH] fix more llog locking problems. Branch b1_8_gate b=17157 i=johann i=wangdi --- lustre/include/lustre_log.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/include/lustre_log.h b/lustre/include/lustre_log.h index 4c49bec..75bb3b1 100644 --- a/lustre/include/lustre_log.h +++ b/lustre/include/lustre_log.h @@ -248,6 +248,9 @@ int llog_get_cat_list(struct obd_device *obd, struct obd_device *disk_obd, char *name, int idx, int count, struct llog_catid *idarray); +int llog_put_cat_list(struct obd_device *obd, struct obd_device *disk_obd, + char *name, int idx, int count, struct llog_catid *idarray); + struct llog_ctxt { int loc_idx; /* my index the obd array of ctxt's */ struct llog_gen loc_gen; -- 1.8.3.1