aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/include/linux/obd.h
diff options
context:
space:
mode:
authorJohn L. Hammond <john.hammond@intel.com>2014-08-28 18:35:13 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-30 12:18:23 -0700
commit00d65ec8e158121638ad8fa049b5f58960ad560c (patch)
tree6bf51e425ea506fa1b9a46da01aa3018bbf9dcbc /drivers/staging/lustre/lustre/include/linux/obd.h
parentstaging/lustre: remove linux/lustre_handles.h (diff)
downloadlinux-dev-00d65ec8e158121638ad8fa049b5f58960ad560c.tar.xz
linux-dev-00d65ec8e158121638ad8fa049b5f58960ad560c.zip
staging/lustre: move lustre_intent.h to ..
Move lustre/include/linux/lustre_intent.h to lustre/include. Signed-off-by: John L. Hammond <john.hammond@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/include/linux/obd.h')
-rw-r--r--drivers/staging/lustre/lustre/include/linux/obd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/include/linux/obd.h b/drivers/staging/lustre/lustre/include/linux/obd.h
index 2a3a88cbb192..9d7e28ace42d 100644
--- a/drivers/staging/lustre/lustre/include/linux/obd.h
+++ b/drivers/staging/lustre/lustre/include/linux/obd.h
@@ -48,7 +48,7 @@
# include <linux/sched.h> /* for struct task_struct, for current.h */
# include <linux/proc_fs.h>
# include <linux/mount.h>
-#include "lustre_intent.h"
+#include "../lustre_intent.h"
struct ll_iattr {
struct iattr iattr;