Whamcloud - gitweb
LU-991 lmv: remove dead code
[fs/lustre-release.git] / lustre / include / lvfs.h
index a8ae589..e03840c 100644 (file)
 
 #include <libcfs/libcfs.h>
 
-struct lvfs_callback_ops {
-       struct dentry *(*l_fid2dentry)(__u64 id_ino, __u32 gen, __u64 gr,
-                                      void *data);
-};
-
-#if defined(__linux__)
 #include <linux/lvfs.h>
-#elif defined(__APPLE__)
-#include <darwin/lvfs.h>
-#elif defined(__WINNT__)
-#include <winnt/lvfs.h>
-#else
-#error Unsupported operating system.
-#endif
 
 /* ptlrpc_sec_ctx.c */
 void push_ctxt(struct lvfs_run_ctxt *save, struct lvfs_run_ctxt *new_ctx);