Whamcloud - gitweb
LU-2158 lvfs: Remove ll_fid2str from lvfs.h
[fs/lustre-release.git] / lustre / include / lvfs.h
index fb02ac9..8fff863 100644 (file)
@@ -1,6 +1,4 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
- *
+/*
  * GPL HEADER START
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -54,8 +52,7 @@
 #error Unsupported operating system.
 #endif
 
-#include <lustre_ucache.h>
-
+#include <libcfs/lucache.h>
 
 #ifdef LIBLUSTRE
 #include <lvfs_user_fs.h>
@@ -68,11 +65,4 @@ void push_ctxt(struct lvfs_run_ctxt *save, struct lvfs_run_ctxt *new_ctx,
                struct lvfs_ucred *cred);
 void pop_ctxt(struct lvfs_run_ctxt *saved, struct lvfs_run_ctxt *new_ctx,
               struct lvfs_ucred *cred);
-
-
-static inline int ll_fid2str(char *str, __u64 id, __u32 generation)
-{
-        return sprintf(str, "%llx:%08x", (unsigned long long)id, generation);
-}
-
 #endif