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

staging: lustre: fid: remove ccflags from Makefile

Also fix up the relative paths in the .c files to properly build now

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 1accaadf
obj-$(CONFIG_LUSTRE_FS) += fid.o obj-$(CONFIG_LUSTRE_FS) += fid.o
fid-y := fid_request.o fid_lib.o fid-y := fid_request.o fid_lib.o
fid-$(CONFIG_PROC_FS) += lproc_fid.o fid-$(CONFIG_PROC_FS) += lproc_fid.o
ccflags-y := -I$(src)/../include
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#ifndef __FID_INTERNAL_H #ifndef __FID_INTERNAL_H
#define __FID_INTERNAL_H #define __FID_INTERNAL_H
#include <lustre/lustre_idl.h> #include "../include/lustre/lustre_idl.h"
#include "../../include/linux/libcfs/libcfs.h" #include "../../include/linux/libcfs/libcfs.h"
/* Functions used internally in module. */ /* Functions used internally in module. */
......
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
#include "../../include/linux/libcfs/libcfs.h" #include "../../include/linux/libcfs/libcfs.h"
#include <linux/module.h> #include <linux/module.h>
#include <lustre/lustre_idl.h> #include "../include/lustre/lustre_idl.h"
#include <lustre_fid.h> #include "../include/lustre_fid.h"
/** /**
* A cluster-wide range from which fid-sequences are granted to servers and * A cluster-wide range from which fid-sequences are granted to servers and
......
...@@ -45,12 +45,12 @@ ...@@ -45,12 +45,12 @@
#include "../../include/linux/libcfs/libcfs.h" #include "../../include/linux/libcfs/libcfs.h"
#include <linux/module.h> #include <linux/module.h>
#include <obd.h> #include "../include/obd.h"
#include <obd_class.h> #include "../include/obd_class.h"
#include <obd_support.h> #include "../include/obd_support.h"
#include <lustre_fid.h> #include "../include/lustre_fid.h"
/* mdc RPC locks */ /* mdc RPC locks */
#include <lustre_mdc.h> #include "../include/lustre_mdc.h"
#include "fid_internal.h" #include "fid_internal.h"
static int seq_client_rpc(struct lu_client_seq *seq, static int seq_client_rpc(struct lu_client_seq *seq,
......
...@@ -45,13 +45,13 @@ ...@@ -45,13 +45,13 @@
#include "../../include/linux/libcfs/libcfs.h" #include "../../include/linux/libcfs/libcfs.h"
#include <linux/module.h> #include <linux/module.h>
#include <obd.h> #include "../include/obd.h"
#include <obd_class.h> #include "../include/obd_class.h"
#include <dt_object.h> #include "../include/dt_object.h"
#include <md_object.h> #include "../include/md_object.h"
#include <obd_support.h> #include "../include/obd_support.h"
#include <lustre_req_layout.h> #include "../include/lustre_req_layout.h"
#include <lustre_fid.h> #include "../include/lustre_fid.h"
#include "fid_internal.h" #include "fid_internal.h"
/* Format: [0x64BIT_INT - 0x64BIT_INT] + 32 bytes just in case */ /* Format: [0x64BIT_INT - 0x64BIT_INT] + 32 bytes just in case */
......
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