Whamcloud - gitweb
parallel llog init
[fs/lustre-release.git] / lustre / include / lustre_log.h
index 1ec4384..d1b8e82 100644 (file)
@@ -184,7 +184,7 @@ int llog_obd_origin_add(struct llog_ctxt *ctxt,
                         struct llog_cookie *logcookies, int numcookies);
 
 int llog_cat_initialize(struct obd_device *obd, struct obd_llog_group *olg,
-                        int count, struct obd_uuid *uuid);
+                        int idx, struct obd_uuid *uuid);
 int obd_llog_init(struct obd_device *obd, struct obd_llog_group *olg,
                   struct obd_device *disk_obd, int count,
                   struct llog_catid *logid, struct obd_uuid *uuid);
@@ -247,7 +247,8 @@ struct llog_operations {
 /* llog_lvfs.c */
 extern struct llog_operations llog_lvfs_ops;
 int llog_get_cat_list(struct obd_device *obd, struct obd_device *disk_obd,
-                      char *name, int count, struct llog_catid *idarray);
+                      char *name, int idx, int count,
+                      struct llog_catid *idarray);
 
 struct llog_ctxt {
         int                      loc_idx; /* my index the obd array of ctxt's */