Skip to content
Snippets Groups Projects
Commit bcef68d9 authored by Nikita Danilov's avatar Nikita Danilov
Browse files

Liblustre build fixes.

parent a1f824ea
No related branches found
No related tags found
No related merge requests found
......@@ -1713,6 +1713,10 @@ Bugzilla : 16450
Description: Use cdebug_show() in CDEBUG-style macros defined outside of libcfs.
Details : Use cdebug_show() in CDEBUG-style macros defined outside of libcfs.
Severity : normal
Bugzilla : 16450
Description: Liblustre build fixes.
Details : Liblustre build fixes.
--------------------------------------------------------------------------------
......
......@@ -385,8 +385,6 @@ static inline void fid_be_to_cpu(struct lu_fid *dst, const struct lu_fid *src)
LASSERTF(fid_is_igif(dst) || fid_ver(dst) == 0, DFID"\n", PFID(dst));
}
#ifdef __KERNEL__
/**
* Storage representation for fids.
*
......@@ -402,9 +400,6 @@ void fid_pack(struct lu_fid_pack *pack, const struct lu_fid *fid,
struct lu_fid *befider);
int fid_unpack(const struct lu_fid_pack *pack, struct lu_fid *fid);
/* __KERNEL__ */
#endif
static inline int fid_is_sane(const struct lu_fid *fid)
{
return
......
......@@ -47,6 +47,7 @@
# define EXPORT_SYMTAB
#endif
#include <obd_class.h>
/* OBD_{ALLOC,FREE}_PTR() */
#include <obd_support.h>
#include <lprocfs_status.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment