and fix a couple of warnings
obd_id oid, obd_count ogen, struct llog_cookie *);
int filter_log_op_orphan(struct llog_handle *cathandle, obd_id oid,
obd_count ogen, struct llog_cookie *);
+struct llog_handle *filter_get_catalog(struct obd_device *);
+void filter_put_catalog(struct llog_handle *cathandle);
/* filter_san.c */
int filter_san_setup(struct obd_device *obd, obd_count len, void *buf);
}
/* This is called from filter_setup() and should be single threaded */
-static struct llog_handle *filter_get_catalog(struct obd_device *obd)
+struct llog_handle *filter_get_catalog(struct obd_device *obd)
{
struct filter_obd *filter = &obd->u.filter;
struct filter_server_data *fsd = filter->fo_fsd;
goto out;
}
-static void filter_put_catalog(struct llog_handle *cathandle)
+void filter_put_catalog(struct llog_handle *cathandle)
{
struct llog_handle *loghandle, *n;
int rc;