Whamcloud - gitweb
LU-1302 llog: pass lu_env as parametr in llog functions
[fs/lustre-release.git] / lustre / mdd / mdd_internal.h
index 96181ba..e1a3169 100644 (file)
@@ -485,7 +485,8 @@ int mdd_changelog_llog_write(struct mdd_device         *mdd,
 int mdd_changelog_ext_llog_write(struct mdd_device *mdd,
                                 struct llog_changelog_ext_rec *rec,
                                 struct thandle *handle);
 int mdd_changelog_ext_llog_write(struct mdd_device *mdd,
                                 struct llog_changelog_ext_rec *rec,
                                 struct thandle *handle);
-int mdd_changelog_llog_cancel(struct mdd_device *mdd, long long endrec);
+int mdd_changelog_llog_cancel(const struct lu_env *env, struct mdd_device *mdd,
+                             long long endrec);
 int mdd_changelog_write_header(struct mdd_device *mdd, int markerflags);
 int mdd_changelog_on(struct mdd_device *mdd, int on);
 
 int mdd_changelog_write_header(struct mdd_device *mdd, int markerflags);
 int mdd_changelog_on(struct mdd_device *mdd, int on);