Whamcloud - gitweb
LU-2675 cleanup: remove unused recov_thread.c and llog code
[fs/lustre-release.git] / lustre / include / obd_class.h
index f710646..575955d 100644 (file)
@@ -1213,18 +1213,6 @@ obd_lvfs_fid2dentry(struct obd_export *exp, __u64 id_ino, __u32 gen, __u64 gr)
        return ctxt->cb_ops.l_fid2dentry(id_ino, gen, gr, exp->exp_obd);
 }
 
-static inline int
-obd_lvfs_open_llog(struct obd_export *exp, __u64 id_ino, struct dentry *dentry)
-{
-        LASSERT(exp->exp_obd);
-        CERROR("FIXME what's the story here?  This needs to be an obd fn?\n");
-#if 0
-        return lvfs_open_llog(&exp->exp_obd->obd_lvfs_ctxt, id_ino,
-                              dentry, exp->exp_obd);
-#endif
-        return 0;
-}
-
 /* @max_age is the oldest time in jiffies that we accept using a cached data.
  * If the cache is older than @max_age we will get a new value from the
  * target.  Use a value of "cfs_time_current() + HZ" to guarantee freshness. */