Commit 0cf0f7a7 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

staging: lustre: lov: 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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a8c495ac
......@@ -4,7 +4,3 @@ lov-y := lov_obd.o lov_pack.o lov_offset.o lov_merge.o \
lov_lock.o lov_io.o lovsub_dev.o lovsub_object.o lovsub_page.o \
lovsub_lock.o lovsub_io.o lov_pool.o
lov-$(CONFIG_PROC_FS) += lproc_lov.o
ccflags-y := -I$(src)/../include
......@@ -48,8 +48,8 @@
#include "../../include/linux/libcfs/libcfs.h"
#include <obd.h>
#include <cl_object.h>
#include "../include/obd.h"
#include "../include/cl_object.h"
#include "lov_internal.h"
/** \defgroup lov lov
......
......@@ -41,7 +41,7 @@
#define DEBUG_SUBSYSTEM S_LOV
/* class_name2obd() */
#include <obd_class.h>
#include "../include/obd_class.h"
#include "lov_cl_internal.h"
#include "lov_internal.h"
......
......@@ -43,8 +43,8 @@
#include <asm/div64.h>
#include "../../include/linux/libcfs/libcfs.h"
#include <obd_class.h>
#include <lustre/lustre_idl.h>
#include "../include/obd_class.h"
#include "../include/lustre/lustre_idl.h"
#include "lov_internal.h"
......
......@@ -37,8 +37,8 @@
#ifndef LOV_INTERNAL_H
#define LOV_INTERNAL_H
#include <obd_class.h>
#include <lustre/lustre_user.h>
#include "../include/obd_class.h"
#include "../include/lustre/lustre_user.h"
/* lov_do_div64(a, b) returns a % b, and a = a / b.
* The 32-bit code is LOV-specific due to knowing about stripe limits in
......
......@@ -38,7 +38,7 @@
#include "../../include/linux/libcfs/libcfs.h"
#include <obd_class.h>
#include "../include/obd_class.h"
#include "lov_internal.h"
/** Merge the lock value block(&lvb) attributes and KMS from each of the
......
......@@ -44,20 +44,20 @@
#define DEBUG_SUBSYSTEM S_LOV
#include "../../include/linux/libcfs/libcfs.h"
#include <obd_support.h>
#include <lustre_lib.h>
#include <lustre_net.h>
#include <lustre/lustre_idl.h>
#include <lustre_dlm.h>
#include <lustre_mds.h>
#include <obd_class.h>
#include <obd_ost.h>
#include <lprocfs_status.h>
#include <lustre_param.h>
#include <cl_object.h>
#include <lclient.h> /* for cl_client_lru */
#include <lustre/ll_fiemap.h>
#include <lustre_fid.h>
#include "../include/obd_support.h"
#include "../include/lustre_lib.h"
#include "../include/lustre_net.h"
#include "../include/lustre/lustre_idl.h"
#include "../include/lustre_dlm.h"
#include "../include/lustre_mds.h"
#include "../include/obd_class.h"
#include "../include/obd_ost.h"
#include "../include/lprocfs_status.h"
#include "../include/lustre_param.h"
#include "../include/cl_object.h"
#include "../include/lclient.h" /* for cl_client_lru */
#include "../include/lustre/ll_fiemap.h"
#include "../include/lustre_fid.h"
#include "lov_internal.h"
......
......@@ -38,7 +38,7 @@
#include "../../include/linux/libcfs/libcfs.h"
#include <obd_class.h>
#include "../include/obd_class.h"
#include "lov_internal.h"
......
......@@ -42,11 +42,11 @@
#define DEBUG_SUBSYSTEM S_LOV
#include <lustre_net.h>
#include <obd.h>
#include <obd_class.h>
#include <obd_support.h>
#include <lustre/lustre_user.h>
#include "../include/lustre_net.h"
#include "../include/obd.h"
#include "../include/obd_class.h"
#include "../include/obd_support.h"
#include "../include/lustre/lustre_user.h"
#include "lov_internal.h"
......
......@@ -46,7 +46,7 @@
#include "../../include/linux/libcfs/libcfs.h"
#include <obd.h>
#include "../include/obd.h"
#include "lov_internal.h"
#define pool_tgt(_p, _i) \
......
......@@ -38,9 +38,9 @@
#include "../../include/linux/libcfs/libcfs.h"
#include <obd_class.h>
#include <obd_ost.h>
#include <lustre/lustre_idl.h>
#include "../include/obd_class.h"
#include "../include/obd_ost.h"
#include "../include/lustre/lustre_idl.h"
#include "lov_internal.h"
static void lov_init_set(struct lov_request_set *set)
......
......@@ -36,8 +36,8 @@
#define DEBUG_SUBSYSTEM S_CLASS
#include <asm/statfs.h>
#include <lprocfs_status.h>
#include <obd_class.h>
#include "../include/lprocfs_status.h"
#include "../include/obd_class.h"
#include <linux/seq_file.h>
#include "lov_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