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

lustre/include/lustre_log.h

index 4c49bec..75bb3b1 100644 (file)
@@ -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;