Whamcloud - gitweb
LU-2675 llog: remove obd_llog_init() and obd_llod_finish()
[fs/lustre-release.git] / lustre / include / lustre_log.h
index 3ea5be1..45d8758 100644 (file)
  * @{
  */
 
-#if defined(__linux__)
-#include <linux/lustre_log.h>
-#else
-#error Unsupported operating system.
-#endif
-
 #include <obd_class.h>
 #include <lustre/lustre_idl.h>
 #include <dt_object.h>
@@ -212,11 +206,6 @@ int llog_sync(struct llog_ctxt *ctxt, struct obd_export *exp, int flags);
 int llog_cancel(const struct lu_env *env, struct llog_ctxt *ctxt,
                struct llog_cookie *cookies, int flags);
 
-int obd_llog_init(struct obd_device *obd, struct obd_llog_group *olg,
-                  struct obd_device *disk_obd, int *idx);
-
-int obd_llog_finish(struct obd_device *obd, int count);
-
 /* llog_ioctl.c */
 struct obd_ioctl_data;
 int llog_ioctl(const struct lu_env *env, struct llog_ctxt *ctxt, int cmd,