Commit a8c495ac authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

staging: lustre: lmv: remove ccflags from Makefile

Fix up the relative paths in the .c files to properly build with the
Makefile change.

Cc: Andreas Dilger <andreas.dilger@intel.com>
Cc: Oleg Drokin <oleg.drokin@intel.com>
Cc: hpdd-discuss <hpdd-discuss@lists.01.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 67a235f5
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
#define _LUSTRE_IDL_H_ #define _LUSTRE_IDL_H_
#if !defined(LPU64) #if !defined(LPU64)
#include "../../include/linux/libcfs/libcfs.h" /* for LPUX64, etc */ #include "../../../include/linux/libcfs/libcfs.h" /* for LPUX64, etc */
#endif #endif
/* Defn's shared with user-space. */ /* Defn's shared with user-space. */
......
obj-$(CONFIG_LUSTRE_FS) += lmv.o obj-$(CONFIG_LUSTRE_FS) += lmv.o
lmv-y := lmv_obd.o lmv_intent.o lmv_fld.o lmv-y := lmv_obd.o lmv_intent.o lmv_fld.o
lmv-$(CONFIG_PROC_FS) += lproc_lmv.o lmv-$(CONFIG_PROC_FS) += lproc_lmv.o
ccflags-y := -I$(src)/../include
...@@ -41,14 +41,14 @@ ...@@ -41,14 +41,14 @@
#include <asm/div64.h> #include <asm/div64.h>
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <obd_support.h> #include "../include/obd_support.h"
#include <lustre/lustre_idl.h> #include "../include/lustre/lustre_idl.h"
#include <lustre_fid.h> #include "../include/lustre_fid.h"
#include <lustre_lib.h> #include "../include/lustre_lib.h"
#include <lustre_net.h> #include "../include/lustre_net.h"
#include <lustre_dlm.h> #include "../include/lustre_dlm.h"
#include <obd_class.h> #include "../include/obd_class.h"
#include <lprocfs_status.h> #include "../include/lprocfs_status.h"
#include "lmv_internal.h" #include "lmv_internal.h"
int lmv_fld_lookup(struct lmv_obd *lmv, int lmv_fld_lookup(struct lmv_obd *lmv,
......
...@@ -41,15 +41,14 @@ ...@@ -41,15 +41,14 @@
#include <asm/div64.h> #include <asm/div64.h>
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <linux/namei.h> #include <linux/namei.h>
#include <linux/lustre_intent.h> #include "../include/linux/lustre_intent.h"
#include "../include/obd_support.h"
#include <obd_support.h> #include "../include/lustre/lustre_idl.h"
#include <lustre/lustre_idl.h> #include "../include/lustre_lib.h"
#include <lustre_lib.h> #include "../include/lustre_net.h"
#include <lustre_net.h> #include "../include/lustre_dlm.h"
#include <lustre_dlm.h> #include "../include/obd_class.h"
#include <obd_class.h> #include "../include/lprocfs_status.h"
#include <lprocfs_status.h>
#include "lmv_internal.h" #include "lmv_internal.h"
static int lmv_intent_remote(struct obd_export *exp, void *lmm, static int lmv_intent_remote(struct obd_export *exp, void *lmm,
......
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
#ifndef _LMV_INTERNAL_H_ #ifndef _LMV_INTERNAL_H_
#define _LMV_INTERNAL_H_ #define _LMV_INTERNAL_H_
#include <lustre/lustre_idl.h> #include "../include/lustre/lustre_idl.h"
#include <obd.h> #include "../include/obd.h"
#define LMV_MAX_TGT_COUNT 128 #define LMV_MAX_TGT_COUNT 128
......
...@@ -45,14 +45,14 @@ ...@@ -45,14 +45,14 @@
#include <linux/namei.h> #include <linux/namei.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <lustre/lustre_idl.h> #include "../include/lustre/lustre_idl.h"
#include <obd_support.h> #include "../include/obd_support.h"
#include <lustre_lib.h> #include "../include/lustre_lib.h"
#include <lustre_net.h> #include "../include/lustre_net.h"
#include <obd_class.h> #include "../include/obd_class.h"
#include <lprocfs_status.h> #include "../include/lprocfs_status.h"
#include <lustre_lite.h> #include "../include/lustre_lite.h"
#include <lustre_fid.h> #include "../include/lustre_fid.h"
#include "lmv_internal.h" #include "lmv_internal.h"
static void lmv_activate_target(struct lmv_obd *lmv, static void lmv_activate_target(struct lmv_obd *lmv,
......
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <asm/statfs.h> #include <asm/statfs.h>
#include <lprocfs_status.h> #include "../include/lprocfs_status.h"
#include <obd_class.h> #include "../include/obd_class.h"
static int lmv_numobd_seq_show(struct seq_file *m, void *v) static int lmv_numobd_seq_show(struct seq_file *m, void *v)
{ {
......
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