mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-22 01:58:42 +00:00
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1accaadf2a
commit
615663918a
@ -1,6 +1,3 @@
|
||||
obj-$(CONFIG_LUSTRE_FS) += fid.o
|
||||
fid-y := fid_request.o fid_lib.o
|
||||
fid-$(CONFIG_PROC_FS) += lproc_fid.o
|
||||
|
||||
|
||||
ccflags-y := -I$(src)/../include
|
||||
|
@ -40,7 +40,7 @@
|
||||
#ifndef __FID_INTERNAL_H
|
||||
#define __FID_INTERNAL_H
|
||||
|
||||
#include <lustre/lustre_idl.h>
|
||||
#include "../include/lustre/lustre_idl.h"
|
||||
#include "../../include/linux/libcfs/libcfs.h"
|
||||
|
||||
/* Functions used internally in module. */
|
||||
|
@ -45,8 +45,8 @@
|
||||
|
||||
#include "../../include/linux/libcfs/libcfs.h"
|
||||
#include <linux/module.h>
|
||||
#include <lustre/lustre_idl.h>
|
||||
#include <lustre_fid.h>
|
||||
#include "../include/lustre/lustre_idl.h"
|
||||
#include "../include/lustre_fid.h"
|
||||
|
||||
/**
|
||||
* A cluster-wide range from which fid-sequences are granted to servers and
|
||||
|
@ -45,12 +45,12 @@
|
||||
#include "../../include/linux/libcfs/libcfs.h"
|
||||
#include <linux/module.h>
|
||||
|
||||
#include <obd.h>
|
||||
#include <obd_class.h>
|
||||
#include <obd_support.h>
|
||||
#include <lustre_fid.h>
|
||||
#include "../include/obd.h"
|
||||
#include "../include/obd_class.h"
|
||||
#include "../include/obd_support.h"
|
||||
#include "../include/lustre_fid.h"
|
||||
/* mdc RPC locks */
|
||||
#include <lustre_mdc.h>
|
||||
#include "../include/lustre_mdc.h"
|
||||
#include "fid_internal.h"
|
||||
|
||||
static int seq_client_rpc(struct lu_client_seq *seq,
|
||||
|
@ -45,13 +45,13 @@
|
||||
#include "../../include/linux/libcfs/libcfs.h"
|
||||
#include <linux/module.h>
|
||||
|
||||
#include <obd.h>
|
||||
#include <obd_class.h>
|
||||
#include <dt_object.h>
|
||||
#include <md_object.h>
|
||||
#include <obd_support.h>
|
||||
#include <lustre_req_layout.h>
|
||||
#include <lustre_fid.h>
|
||||
#include "../include/obd.h"
|
||||
#include "../include/obd_class.h"
|
||||
#include "../include/dt_object.h"
|
||||
#include "../include/md_object.h"
|
||||
#include "../include/obd_support.h"
|
||||
#include "../include/lustre_req_layout.h"
|
||||
#include "../include/lustre_fid.h"
|
||||
#include "fid_internal.h"
|
||||
|
||||
/* Format: [0x64BIT_INT - 0x64BIT_INT] + 32 bytes just in case */
|
||||
|
Loading…
x
Reference in New Issue
Block a user