Commit 7e270b30 authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman

staging: lustre: mgc: add include path to Makefile

Rationalize include paths in the mgc source code files.
Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 28c55225
subdir-ccflags-y += -I$(srctree)/drivers/staging/lustre/include
subdir-ccflags-y += -I$(srctree)/drivers/staging/lustre/lustre/include
obj-$(CONFIG_LUSTRE_FS) += mgc.o obj-$(CONFIG_LUSTRE_FS) += mgc.o
mgc-y := mgc_request.o lproc_mgc.o mgc-y := mgc_request.o lproc_mgc.o
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
#define DEBUG_SUBSYSTEM S_CLASS #define DEBUG_SUBSYSTEM S_CLASS
#include <linux/vfs.h> #include <linux/vfs.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lprocfs_status.h" #include <lprocfs_status.h>
#include "mgc_internal.h" #include "mgc_internal.h"
LPROC_SEQ_FOPS_RO_TYPE(mgc, connect_flags); LPROC_SEQ_FOPS_RO_TYPE(mgc, connect_flags);
......
...@@ -33,11 +33,11 @@ ...@@ -33,11 +33,11 @@
#ifndef _MGC_INTERNAL_H #ifndef _MGC_INTERNAL_H
#define _MGC_INTERNAL_H #define _MGC_INTERNAL_H
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/lustre_lib.h" #include <lustre_lib.h>
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/lustre_log.h" #include <lustre_log.h>
#include "../include/lustre_export.h" #include <lustre_export.h>
void lprocfs_mgc_init_vars(struct lprocfs_static_vars *lvars); void lprocfs_mgc_init_vars(struct lprocfs_static_vars *lvars);
int lprocfs_mgc_rd_ir_state(struct seq_file *m, void *data); int lprocfs_mgc_rd_ir_state(struct seq_file *m, void *data);
......
...@@ -39,12 +39,12 @@ ...@@ -39,12 +39,12 @@
#include <linux/module.h> #include <linux/module.h>
#include "../include/lprocfs_status.h" #include <lprocfs_status.h>
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/lustre_disk.h" #include <lustre_disk.h>
#include "../include/lustre_log.h" #include <lustre_log.h>
#include "../include/lustre_swab.h" #include <lustre_swab.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "mgc_internal.h" #include "mgc_internal.h"
......
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