lkml.org 
[lkml]   [2017]   [Aug]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 54/64 v2] staging: lustre: obdecho: add include path to Makefile
    Date
    Rationalize include paths in the obdecho source code files.

    Signed-off-by: James Simmons <jsimmons@infradead.org>
    ---
    drivers/staging/lustre/lustre/obdecho/Makefile | 3 +++
    .../staging/lustre/lustre/obdecho/echo_client.c | 24 +++++++++++-----------
    2 files changed, 15 insertions(+), 12 deletions(-)

    diff --git a/drivers/staging/lustre/lustre/obdecho/Makefile b/drivers/staging/lustre/lustre/obdecho/Makefile
    index a659a37..6be66fb 100644
    --- a/drivers/staging/lustre/lustre/obdecho/Makefile
    +++ b/drivers/staging/lustre/lustre/obdecho/Makefile
    @@ -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) += obdecho.o
    obdecho-y := echo_client.o
    diff --git a/drivers/staging/lustre/lustre/obdecho/echo_client.c b/drivers/staging/lustre/lustre/obdecho/echo_client.c
    index 3f28db3..f9808d1 100644
    --- a/drivers/staging/lustre/lustre/obdecho/echo_client.c
    +++ b/drivers/staging/lustre/lustre/obdecho/echo_client.c
    @@ -31,18 +31,18 @@
    */

    #define DEBUG_SUBSYSTEM S_ECHO
    -#include "../../include/linux/libcfs/libcfs.h"
    -
    -#include "../include/obd.h"
    -#include "../include/obd_support.h"
    -#include "../include/obd_class.h"
    -#include "../include/lustre_debug.h"
    -#include "../include/lprocfs_status.h"
    -#include "../include/cl_object.h"
    -#include "../include/lustre_fid.h"
    -#include "../include/lustre_acl.h"
    -#include "../../include/uapi/linux/lustre/lustre_ioctl.h"
    -#include "../include/lustre_net.h"
    +#include <linux/libcfs/libcfs.h>
    +
    +#include <obd.h>
    +#include <obd_support.h>
    +#include <obd_class.h>
    +#include <lustre_debug.h>
    +#include <lprocfs_status.h>
    +#include <cl_object.h>
    +#include <lustre_fid.h>
    +#include <lustre_acl.h>
    +#include <uapi/linux/lustre/lustre_ioctl.h>
    +#include <lustre_net.h>

    #include "echo_internal.h"

    --
    1.8.3.1
    \
     
     \ /
      Last update: 2017-08-20 04:30    [W:2.096 / U:0.076 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site