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

staging: lustre: ptlrpc: add include path to Makefile

Rationalize include paths in the ptlrpc/ldlm source code files.
Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b2a0f9e0
...@@ -34,9 +34,9 @@ ...@@ -34,9 +34,9 @@
* Author: Huang Wei <huangwei@clusterfs.com> * Author: Huang Wei <huangwei@clusterfs.com>
* Author: Jay Xiong <jinshan.xiong@sun.com> * Author: Jay Xiong <jinshan.xiong@sun.com>
*/ */
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/interval_tree.h" #include <interval_tree.h>
enum { enum {
INTERVAL_RED = 0, INTERVAL_RED = 0,
......
...@@ -31,10 +31,10 @@ ...@@ -31,10 +31,10 @@
*/ */
#define DEBUG_SUBSYSTEM S_LDLM #define DEBUG_SUBSYSTEM S_LDLM
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/lustre_lib.h" #include <lustre_lib.h>
/** /**
* Lock a lock and its resource. * Lock a lock and its resource.
......
...@@ -46,12 +46,12 @@ ...@@ -46,12 +46,12 @@
*/ */
#define DEBUG_SUBSYSTEM S_LDLM #define DEBUG_SUBSYSTEM S_LDLM
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd.h" #include <obd.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_lib.h" #include <lustre_lib.h>
#include "ldlm_internal.h" #include "ldlm_internal.h"
/* When a lock is cancelled by a client, the KMS may undergo change if this /* When a lock is cancelled by a client, the KMS may undergo change if this
......
...@@ -52,10 +52,10 @@ ...@@ -52,10 +52,10 @@
#define DEBUG_SUBSYSTEM S_LDLM #define DEBUG_SUBSYSTEM S_LDLM
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_lib.h" #include <lustre_lib.h>
#include <linux/list.h> #include <linux/list.h>
#include "ldlm_internal.h" #include "ldlm_internal.h"
......
...@@ -49,9 +49,9 @@ ...@@ -49,9 +49,9 @@
#define DEBUG_SUBSYSTEM S_LDLM #define DEBUG_SUBSYSTEM S_LDLM
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/lustre_lib.h" #include <lustre_lib.h>
#include "ldlm_internal.h" #include "ldlm_internal.h"
void ldlm_ibits_policy_wire_to_local(const union ldlm_wire_policy_data *wpolicy, void ldlm_ibits_policy_wire_to_local(const union ldlm_wire_policy_data *wpolicy,
......
...@@ -39,12 +39,12 @@ ...@@ -39,12 +39,12 @@
#define DEBUG_SUBSYSTEM S_LDLM #define DEBUG_SUBSYSTEM S_LDLM
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/obd.h" #include <obd.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_sec.h" #include <lustre_sec.h>
#include "ldlm_internal.h" #include "ldlm_internal.h"
/* @priority: If non-zero, move the selected connection to the list head. /* @priority: If non-zero, move the selected connection to the list head.
......
...@@ -37,10 +37,10 @@ ...@@ -37,10 +37,10 @@
#define DEBUG_SUBSYSTEM S_LDLM #define DEBUG_SUBSYSTEM S_LDLM
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/lustre_intent.h" #include <lustre_intent.h>
#include "../include/lustre_swab.h" #include <lustre_swab.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "ldlm_internal.h" #include "ldlm_internal.h"
/* lock types */ /* lock types */
......
...@@ -37,9 +37,9 @@ ...@@ -37,9 +37,9 @@
#define DEBUG_SUBSYSTEM S_LDLM #define DEBUG_SUBSYSTEM S_LDLM
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include <linux/list.h> #include <linux/list.h>
#include "ldlm_internal.h" #include "ldlm_internal.h"
......
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
#define DEBUG_SUBSYSTEM S_LDLM #define DEBUG_SUBSYSTEM S_LDLM
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/lustre_lib.h" #include <lustre_lib.h>
#include "ldlm_internal.h" #include "ldlm_internal.h"
......
...@@ -94,10 +94,10 @@ ...@@ -94,10 +94,10 @@
#define DEBUG_SUBSYSTEM S_LDLM #define DEBUG_SUBSYSTEM S_LDLM
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/cl_object.h" #include <cl_object.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "ldlm_internal.h" #include "ldlm_internal.h"
/* /*
......
...@@ -57,10 +57,10 @@ ...@@ -57,10 +57,10 @@
#define DEBUG_SUBSYSTEM S_LDLM #define DEBUG_SUBSYSTEM S_LDLM
#include "../include/lustre_errno.h" #include <lustre_errno.h>
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/obd.h" #include <obd.h>
#include "ldlm_internal.h" #include "ldlm_internal.h"
......
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
*/ */
#define DEBUG_SUBSYSTEM S_LDLM #define DEBUG_SUBSYSTEM S_LDLM
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/lustre_fid.h" #include <lustre_fid.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "ldlm_internal.h" #include "ldlm_internal.h"
struct kmem_cache *ldlm_resource_slab, *ldlm_lock_slab; struct kmem_cache *ldlm_resource_slab, *ldlm_lock_slab;
......
subdir-ccflags-y += -I$(srctree)/drivers/staging/lustre/include
subdir-ccflags-y += -I$(srctree)/drivers/staging/lustre/lustre/include
obj-$(CONFIG_LUSTRE_FS) += ptlrpc.o obj-$(CONFIG_LUSTRE_FS) += ptlrpc.o
LDLM := ../../lustre/ldlm/ LDLM := ../../lustre/ldlm/
......
...@@ -34,12 +34,12 @@ ...@@ -34,12 +34,12 @@
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_lib.h" #include <lustre_lib.h>
#include "../include/lustre_ha.h" #include <lustre_ha.h>
#include "../include/lustre_import.h" #include <lustre_import.h>
#include "../include/lustre_req_layout.h" #include <lustre_req_layout.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -31,9 +31,9 @@ ...@@ -31,9 +31,9 @@
*/ */
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
* Copyright (c) 2013, Intel Corporation. * Copyright (c) 2013, Intel Corporation.
*/ */
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/lustre_errno.h" #include <lustre_errno.h>
/* /*
* The two translation tables below must define a one-to-one mapping between * The two translation tables below must define a one-to-one mapping between
......
...@@ -32,14 +32,14 @@ ...@@ -32,14 +32,14 @@
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
# ifdef __mips64__ # ifdef __mips64__
# include <linux/kernel.h> # include <linux/kernel.h>
# endif # endif
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_sec.h" #include <lustre_sec.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
struct lnet_handle_eq ptlrpc_eq_h; struct lnet_handle_eq ptlrpc_eq_h;
......
...@@ -36,14 +36,14 @@ ...@@ -36,14 +36,14 @@
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/lustre_ha.h" #include <lustre_ha.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_import.h" #include <lustre_import.h>
#include "../include/lustre_export.h" #include <lustre_export.h>
#include "../include/obd.h" #include <obd.h>
#include "../include/obd_cksum.h" #include <obd_cksum.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -46,18 +46,18 @@ ...@@ -46,18 +46,18 @@
#include <linux/module.h> #include <linux/module.h>
#include "../../include/uapi/linux/lustre/lustre_idl.h" #include <uapi/linux/lustre/lustre_idl.h>
#include "../include/llog_swab.h" #include <llog_swab.h>
#include "../include/lustre_debug.h" #include <lustre_debug.h>
#include "../include/lustre_swab.h" #include <lustre_swab.h>
#include "../../include/uapi/linux/lustre/lustre_ver.h" #include <uapi/linux/lustre/lustre_ver.h>
#include "../include/obd.h" #include <obd.h>
#include "../include/obd_support.h" #include <obd_support.h>
/* struct ptlrpc_request, lustre_msg* */ /* struct ptlrpc_request, lustre_msg* */
#include "../include/lustre_req_layout.h" #include <lustre_req_layout.h>
#include "../include/lustre_acl.h" #include <lustre_acl.h>
/* /*
* RQFs (see below) refer to two struct req_msg_field arrays describing the * RQFs (see below) refer to two struct req_msg_field arrays describing the
......
...@@ -38,11 +38,11 @@ ...@@ -38,11 +38,11 @@
#define DEBUG_SUBSYSTEM S_LOG #define DEBUG_SUBSYSTEM S_LOG
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_log.h" #include <lustre_log.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include <linux/list.h> #include <linux/list.h>
#define LLOG_CLIENT_ENTRY(ctxt, imp) do { \ #define LLOG_CLIENT_ENTRY(ctxt, imp) do { \
......
...@@ -42,10 +42,10 @@ ...@@ -42,10 +42,10 @@
#define DEBUG_SUBSYSTEM S_LOG #define DEBUG_SUBSYSTEM S_LOG
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_log.h" #include <lustre_log.h>
#include <linux/list.h> #include <linux/list.h>
int llog_initiator_connect(struct llog_ctxt *ctxt) int llog_initiator_connect(struct llog_ctxt *ctxt)
......
...@@ -31,12 +31,12 @@ ...@@ -31,12 +31,12 @@
*/ */
#define DEBUG_SUBSYSTEM S_CLASS #define DEBUG_SUBSYSTEM S_CLASS
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd.h" #include <obd.h>
#include "../include/lprocfs_status.h" #include <lprocfs_status.h>
#include "../../include/uapi/linux/lustre/lustre_idl.h" #include <uapi/linux/lustre/lustre_idl.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
static struct ll_rpc_opcode { static struct ll_rpc_opcode {
......
...@@ -31,11 +31,11 @@ ...@@ -31,11 +31,11 @@
*/ */
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_lib.h" #include <lustre_lib.h>
#include "../include/obd.h" #include <obd.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
/** /**
......
...@@ -36,11 +36,11 @@ ...@@ -36,11 +36,11 @@
*/ */
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lprocfs_status.h" #include <lprocfs_status.h>
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
/** /**
......
...@@ -43,9 +43,9 @@ ...@@ -43,9 +43,9 @@
*/ */
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
/** /**
......
...@@ -40,16 +40,16 @@ ...@@ -40,16 +40,16 @@
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../../include/uapi/linux/lustre/lustre_fiemap.h" #include <uapi/linux/lustre/lustre_fiemap.h>
#include "../include/llog_swab.h" #include <llog_swab.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_swab.h" #include <lustre_swab.h>
#include "../include/obd_cksum.h" #include <obd_cksum.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -32,11 +32,11 @@ ...@@ -32,11 +32,11 @@
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_lib.h" #include <lustre_lib.h>
#include "../include/lustre_ha.h" #include <lustre_ha.h>
#include "../include/lustre_import.h" #include <lustre_import.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
struct mutex pinger_mutex; struct mutex pinger_mutex;
......
...@@ -32,10 +32,10 @@ ...@@ -32,10 +32,10 @@
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_req_layout.h" #include <lustre_req_layout.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -51,15 +51,15 @@ ...@@ -51,15 +51,15 @@
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_lib.h" #include <lustre_lib.h>
#include "../include/lustre_ha.h" #include <lustre_ha.h>
#include "../include/obd_class.h" /* for obd_zombie */ #include <obd_class.h> /* for obd_zombie */
#include "../include/obd_support.h" /* for OBD_FAIL_CHECK */ #include <obd_support.h> /* for OBD_FAIL_CHECK */
#include "../include/cl_object.h" /* cl_env_{get,put}() */ #include <cl_object.h> /* cl_env_{get,put}() */
#include "../include/lprocfs_status.h" #include <lprocfs_status.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -35,15 +35,15 @@ ...@@ -35,15 +35,15 @@
*/ */
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/lustre_ha.h" #include <lustre_ha.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_import.h" #include <lustre_import.h>
#include "../include/lustre_export.h" #include <lustre_export.h>
#include "../include/obd.h" #include <obd.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include <linux/list.h> #include <linux/list.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -36,19 +36,19 @@ ...@@ -36,19 +36,19 @@
#define DEBUG_SUBSYSTEM S_SEC #define DEBUG_SUBSYSTEM S_SEC
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include <linux/crypto.h> #include <linux/crypto.h>
#include <linux/cred.h> #include <linux/cred.h>
#include <linux/key.h> #include <linux/key.h>
#include <linux/sched/task.h> #include <linux/sched/task.h>
#include "../include/obd.h" #include <obd.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_import.h" #include <lustre_import.h>
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/lustre_sec.h" #include <lustre_sec.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -36,16 +36,16 @@ ...@@ -36,16 +36,16 @@
#define DEBUG_SUBSYSTEM S_SEC #define DEBUG_SUBSYSTEM S_SEC
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/obd.h" #include <obd.h>
#include "../include/obd_cksum.h" #include <obd_cksum.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_import.h" #include <lustre_import.h>
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/lustre_sec.h" #include <lustre_sec.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -32,16 +32,16 @@ ...@@ -32,16 +32,16 @@
#define DEBUG_SUBSYSTEM S_SEC #define DEBUG_SUBSYSTEM S_SEC
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include <linux/crypto.h> #include <linux/crypto.h>
#include <linux/key.h> #include <linux/key.h>
#include "../include/obd.h" #include <obd.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/lustre_import.h" #include <lustre_import.h>
#include "../../include/uapi/linux/lustre/lustre_param.h" #include <uapi/linux/lustre/lustre_param.h>
#include "../include/lustre_sec.h" #include <lustre_sec.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -36,12 +36,12 @@ ...@@ -36,12 +36,12 @@
#define DEBUG_SUBSYSTEM S_SEC #define DEBUG_SUBSYSTEM S_SEC
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_sec.h" #include <lustre_sec.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -34,16 +34,16 @@ ...@@ -34,16 +34,16 @@
#define DEBUG_SUBSYSTEM S_SEC #define DEBUG_SUBSYSTEM S_SEC
#include "../../include/linux/libcfs/libcfs.h" #include <linux/libcfs/libcfs.h>
#include <linux/crypto.h> #include <linux/crypto.h>
#include "../include/obd.h" #include <obd.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_import.h" #include <lustre_import.h>
#include "../include/lustre_dlm.h" #include <lustre_dlm.h>
#include "../include/lustre_sec.h" #include <lustre_sec.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -36,11 +36,11 @@ ...@@ -36,11 +36,11 @@
#define DEBUG_SUBSYSTEM S_SEC #define DEBUG_SUBSYSTEM S_SEC
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_cksum.h" #include <obd_cksum.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_sec.h" #include <lustre_sec.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
......
...@@ -36,11 +36,11 @@ ...@@ -36,11 +36,11 @@
#define DEBUG_SUBSYSTEM S_SEC #define DEBUG_SUBSYSTEM S_SEC
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_cksum.h" #include <obd_cksum.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_sec.h" #include <lustre_sec.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
struct plain_sec { struct plain_sec {
......
...@@ -31,11 +31,12 @@ ...@@ -31,11 +31,12 @@
*/ */
#define DEBUG_SUBSYSTEM S_RPC #define DEBUG_SUBSYSTEM S_RPC
#include "../include/obd_support.h"
#include "../include/obd_class.h" #include <obd_support.h>
#include "../include/lustre_net.h" #include <obd_class.h>
#include "../include/lu_object.h" #include <lustre_net.h>
#include "../../include/uapi/linux/lnet/lnet-types.h" #include <lu_object.h>
#include <uapi/linux/lnet/lnet-types.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
/* The following are visible and mutable through /sys/module/ptlrpc */ /* The following are visible and mutable through /sys/module/ptlrpc */
......
...@@ -35,10 +35,10 @@ ...@@ -35,10 +35,10 @@
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/posix_acl_xattr.h> #include <linux/posix_acl_xattr.h>
#include "../include/obd_support.h" #include <obd_support.h>
#include "../include/obd_class.h" #include <obd_class.h>
#include "../include/lustre_net.h" #include <lustre_net.h>
#include "../include/lustre_disk.h" #include <lustre_disk.h>
#include "ptlrpc_internal.h" #include "ptlrpc_internal.h"
void lustre_assert_wire_constants(void) void lustre_assert_wire_constants(void)
......
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