staging: lustre: fid: add include path to Makefile
Start to rationalize include paths in the fid source code files. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7b76f86b73
commit
3bca1c1754
@@ -1,2 +1,5 @@
|
||||
subdir-ccflags-y += -I$(srctree)/drivers/staging/lustre/include
|
||||
subdir-ccflags-y += -I$(srctree)/drivers/staging/lustre/lustre/include/
|
||||
|
||||
obj-$(CONFIG_LUSTRE_FS) += fid.o
|
||||
fid-y := fid_request.o fid_lib.o lproc_fid.o
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
#ifndef __FID_INTERNAL_H
|
||||
#define __FID_INTERNAL_H
|
||||
|
||||
#include "../../include/uapi/linux/lustre/lustre_idl.h"
|
||||
#include "../../include/linux/libcfs/libcfs.h"
|
||||
#include <uapi/linux/lustre/lustre_idl.h>
|
||||
#include <linux/libcfs/libcfs.h>
|
||||
|
||||
/* Functions used internally in module. */
|
||||
|
||||
|
||||
@@ -39,9 +39,9 @@
|
||||
|
||||
#define DEBUG_SUBSYSTEM S_FID
|
||||
|
||||
#include "../../include/linux/libcfs/libcfs.h"
|
||||
#include <linux/libcfs/libcfs.h>
|
||||
#include <linux/module.h>
|
||||
#include "../include/lustre_fid.h"
|
||||
#include <lustre_fid.h>
|
||||
|
||||
/**
|
||||
* A cluster-wide range from which fid-sequences are granted to servers and
|
||||
|
||||
@@ -38,15 +38,15 @@
|
||||
|
||||
#define DEBUG_SUBSYSTEM S_FID
|
||||
|
||||
#include "../../include/linux/libcfs/libcfs.h"
|
||||
#include <linux/libcfs/libcfs.h>
|
||||
#include <linux/module.h>
|
||||
|
||||
#include "../include/obd.h"
|
||||
#include "../include/obd_class.h"
|
||||
#include "../include/obd_support.h"
|
||||
#include "../include/lustre_fid.h"
|
||||
#include <obd.h>
|
||||
#include <obd_class.h>
|
||||
#include <obd_support.h>
|
||||
#include <lustre_fid.h>
|
||||
/* mdc RPC locks */
|
||||
#include "../include/lustre_mdc.h"
|
||||
#include <lustre_mdc.h>
|
||||
#include "fid_internal.h"
|
||||
|
||||
static struct dentry *seq_debugfs_dir;
|
||||
|
||||
@@ -38,14 +38,14 @@
|
||||
|
||||
#define DEBUG_SUBSYSTEM S_FID
|
||||
|
||||
#include "../../include/linux/libcfs/libcfs.h"
|
||||
#include <linux/libcfs/libcfs.h>
|
||||
#include <linux/module.h>
|
||||
|
||||
#include "../include/obd.h"
|
||||
#include "../include/obd_class.h"
|
||||
#include "../include/obd_support.h"
|
||||
#include "../include/lustre_req_layout.h"
|
||||
#include "../include/lustre_fid.h"
|
||||
#include <obd.h>
|
||||
#include <obd_class.h>
|
||||
#include <obd_support.h>
|
||||
#include <lustre_req_layout.h>
|
||||
#include <lustre_fid.h>
|
||||
#include "fid_internal.h"
|
||||
|
||||
/* Format: [0x64BIT_INT - 0x64BIT_INT] + 32 bytes just in case */
|
||||
|
||||
Reference in New Issue
Block a user