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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
67a235f5e5
commit
a8c495aca9
@ -92,7 +92,7 @@
|
||||
#define _LUSTRE_IDL_H_
|
||||
|
||||
#if !defined(LPU64)
|
||||
#include "../../include/linux/libcfs/libcfs.h" /* for LPUX64, etc */
|
||||
#include "../../../include/linux/libcfs/libcfs.h" /* for LPUX64, etc */
|
||||
#endif
|
||||
|
||||
/* Defn's shared with user-space. */
|
||||
|
@ -1,5 +1,3 @@
|
||||
obj-$(CONFIG_LUSTRE_FS) += lmv.o
|
||||
lmv-y := lmv_obd.o lmv_intent.o lmv_fld.o
|
||||
lmv-$(CONFIG_PROC_FS) += lproc_lmv.o
|
||||
|
||||
ccflags-y := -I$(src)/../include
|
||||
|
@ -41,14 +41,14 @@
|
||||
#include <asm/div64.h>
|
||||
#include <linux/seq_file.h>
|
||||
|
||||
#include <obd_support.h>
|
||||
#include <lustre/lustre_idl.h>
|
||||
#include <lustre_fid.h>
|
||||
#include <lustre_lib.h>
|
||||
#include <lustre_net.h>
|
||||
#include <lustre_dlm.h>
|
||||
#include <obd_class.h>
|
||||
#include <lprocfs_status.h>
|
||||
#include "../include/obd_support.h"
|
||||
#include "../include/lustre/lustre_idl.h"
|
||||
#include "../include/lustre_fid.h"
|
||||
#include "../include/lustre_lib.h"
|
||||
#include "../include/lustre_net.h"
|
||||
#include "../include/lustre_dlm.h"
|
||||
#include "../include/obd_class.h"
|
||||
#include "../include/lprocfs_status.h"
|
||||
#include "lmv_internal.h"
|
||||
|
||||
int lmv_fld_lookup(struct lmv_obd *lmv,
|
||||
|
@ -41,15 +41,14 @@
|
||||
#include <asm/div64.h>
|
||||
#include <linux/seq_file.h>
|
||||
#include <linux/namei.h>
|
||||
#include <linux/lustre_intent.h>
|
||||
|
||||
#include <obd_support.h>
|
||||
#include <lustre/lustre_idl.h>
|
||||
#include <lustre_lib.h>
|
||||
#include <lustre_net.h>
|
||||
#include <lustre_dlm.h>
|
||||
#include <obd_class.h>
|
||||
#include <lprocfs_status.h>
|
||||
#include "../include/linux/lustre_intent.h"
|
||||
#include "../include/obd_support.h"
|
||||
#include "../include/lustre/lustre_idl.h"
|
||||
#include "../include/lustre_lib.h"
|
||||
#include "../include/lustre_net.h"
|
||||
#include "../include/lustre_dlm.h"
|
||||
#include "../include/obd_class.h"
|
||||
#include "../include/lprocfs_status.h"
|
||||
#include "lmv_internal.h"
|
||||
|
||||
static int lmv_intent_remote(struct obd_export *exp, void *lmm,
|
||||
|
@ -37,8 +37,8 @@
|
||||
#ifndef _LMV_INTERNAL_H_
|
||||
#define _LMV_INTERNAL_H_
|
||||
|
||||
#include <lustre/lustre_idl.h>
|
||||
#include <obd.h>
|
||||
#include "../include/lustre/lustre_idl.h"
|
||||
#include "../include/obd.h"
|
||||
|
||||
#define LMV_MAX_TGT_COUNT 128
|
||||
|
||||
|
@ -45,14 +45,14 @@
|
||||
#include <linux/namei.h>
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
#include <lustre/lustre_idl.h>
|
||||
#include <obd_support.h>
|
||||
#include <lustre_lib.h>
|
||||
#include <lustre_net.h>
|
||||
#include <obd_class.h>
|
||||
#include <lprocfs_status.h>
|
||||
#include <lustre_lite.h>
|
||||
#include <lustre_fid.h>
|
||||
#include "../include/lustre/lustre_idl.h"
|
||||
#include "../include/obd_support.h"
|
||||
#include "../include/lustre_lib.h"
|
||||
#include "../include/lustre_net.h"
|
||||
#include "../include/obd_class.h"
|
||||
#include "../include/lprocfs_status.h"
|
||||
#include "../include/lustre_lite.h"
|
||||
#include "../include/lustre_fid.h"
|
||||
#include "lmv_internal.h"
|
||||
|
||||
static void lmv_activate_target(struct lmv_obd *lmv,
|
||||
|
@ -38,8 +38,8 @@
|
||||
|
||||
#include <linux/seq_file.h>
|
||||
#include <asm/statfs.h>
|
||||
#include <lprocfs_status.h>
|
||||
#include <obd_class.h>
|
||||
#include "../include/lprocfs_status.h"
|
||||
#include "../include/obd_class.h"
|
||||
|
||||
static int lmv_numobd_seq_show(struct seq_file *m, void *v)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user