Whamcloud - gitweb
LU-1302 llog: pass lu_env to the llog callback
[fs/lustre-release.git] / lustre / obdfilter / filter_internal.h
index 5d1e119..b50e985 100644 (file)
@@ -244,8 +244,9 @@ int filter_log_sz_change(struct llog_handle *cathandle,
 //int filter_get_catalog(struct obd_device *);
 void filter_cancel_cookies_cb(struct obd_device *obd, __u64 transno,
                               void *cb_data, int error);
-int filter_recov_log_mds_ost_cb(struct llog_handle *llh,
-                               struct llog_rec_hdr *rec, void *data);
+int filter_recov_log_mds_ost_cb(const struct lu_env *env,
+                               struct llog_handle *llh,
+                               struct llog_rec_hdr *rec, void *data);
 
 #ifdef LPROCFS
 void filter_tally(struct obd_export *exp, struct page **pages, int nr_pages,