Commit 8c355a7a authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman
Browse files

staging: lustre: lustre: cleanup paths for lustre internal headers



Rationalize include paths for the lustre internal headers

Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fcda61a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -88,8 +88,8 @@
/*
 * super-class definitions.
 */
#include "lu_object.h"
#include "lustre_compat.h"
#include <lu_object.h>
#include <lustre_compat.h>
#include <linux/atomic.h>
#include <linux/mutex.h>
#include <linux/radix-tree.h>
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
#ifndef _LLOG_SWAB_H_
#define _LLOG_SWAB_H_

#include "../../include/uapi/linux/lustre/lustre_idl.h"
#include <uapi/linux/lustre/lustre_idl.h>

struct lustre_cfg;

+3 −3
Original line number Diff line number Diff line
@@ -43,9 +43,9 @@
#include <linux/spinlock.h>
#include <linux/types.h>

#include "../../include/linux/libcfs/libcfs.h"
#include "../../include/uapi/linux/lustre/lustre_cfg.h"
#include "../../include/uapi/linux/lustre/lustre_idl.h"
#include <linux/libcfs/libcfs.h>
#include <uapi/linux/lustre/lustre_cfg.h>
#include <uapi/linux/lustre/lustre_idl.h>

struct lprocfs_vars {
	const char		*name;
+3 −3
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@

#include <stdarg.h>
#include <linux/percpu_counter.h>
#include "../../include/linux/libcfs/libcfs.h"
#include "../../include/uapi/linux/lustre/lustre_idl.h"
#include "lu_ref.h"
#include <linux/libcfs/libcfs.h>
#include <uapi/linux/lustre/lustre_idl.h>
#include <lu_ref.h>

struct seq_file;
struct lustre_cfg;
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
#include <linux/namei.h>
#include <linux/cred.h>

#include "lustre_patchless_compat.h"
#include <lustre_patchless_compat.h>

/*
 * set ATTR_BLOCKS to a high value to avoid any risk of collision with other
Loading