Commit 8d4fafa6 authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman

staging: lustre: lustre: cleanup paths for lustre UAPI headers

Rationalize include paths for the lustre uapi headers
Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8c355a7a
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include "../../../uapi/linux/lustre/lustre_user.h" #include <uapi/linux/lustre/lustre_user.h>
/** \defgroup cfg cfg /** \defgroup cfg cfg
* *
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#ifndef _UAPI_LUSTRE_FID_H_ #ifndef _UAPI_LUSTRE_FID_H_
#define _UAPI_LUSTRE_FID_H_ #define _UAPI_LUSTRE_FID_H_
#include "../../../uapi/linux/lustre/lustre_idl.h" #include <uapi/linux/lustre/lustre_idl.h>
/** returns fid object sequence */ /** returns fid object sequence */
static inline __u64 fid_seq(const struct lu_fid *fid) static inline __u64 fid_seq(const struct lu_fid *fid)
......
...@@ -70,10 +70,10 @@ ...@@ -70,10 +70,10 @@
#include <asm/byteorder.h> #include <asm/byteorder.h>
#include <linux/types.h> #include <linux/types.h>
#include "../lnet/lnet-types.h" #include <uapi/linux/lnet/lnet-types.h>
/* Defn's shared with user-space. */ /* Defn's shared with user-space. */
#include "lustre_user.h" #include <uapi/linux/lustre/lustre_user.h>
#include "lustre_ver.h" #include <uapi/linux/lustre/lustre_ver.h>
/* /*
* GENERAL STUFF * GENERAL STUFF
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <linux/ioctl.h> #include <linux/ioctl.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
#include "../../../uapi/linux/lustre/lustre_idl.h" #include <uapi/linux/lustre/lustre_idl.h>
#if !defined(__KERNEL__) && !defined(LUSTRE_UTILS) #if !defined(__KERNEL__) && !defined(LUSTRE_UTILS)
# error This file is for Lustre internal use only. # error This file is for Lustre internal use only.
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#define _UAPI_LUSTRE_OSTID_H_ #define _UAPI_LUSTRE_OSTID_H_
#include <linux/errno.h> #include <linux/errno.h>
#include "lustre_fid.h" #include <uapi/linux/lustre/lustre_fid.h>
static inline __u64 lmm_oi_id(const struct ost_id *oi) static inline __u64 lmm_oi_id(const struct ost_id *oi)
{ {
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
# include <sys/quota.h> # include <sys/quota.h>
# include <sys/stat.h> # include <sys/stat.h>
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
#include "lustre_fiemap.h" #include <uapi/linux/lustre/lustre_fiemap.h>
/* /*
* We need to always use 64bit version because the structure * We need to always use 64bit version because the structure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment