]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging/lustre: move lustre_intent.h to ..
authorJohn L. Hammond <john.hammond@intel.com>
Thu, 28 Aug 2014 23:35:13 +0000 (18:35 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 19:18:23 +0000 (12:18 -0700)
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>
drivers/staging/lustre/lustre/include/linux/obd.h
drivers/staging/lustre/lustre/include/lustre_intent.h [moved from drivers/staging/lustre/lustre/include/linux/lustre_intent.h with 100% similarity]
drivers/staging/lustre/lustre/include/lustre_mdc.h
drivers/staging/lustre/lustre/ldlm/ldlm_lock.c
drivers/staging/lustre/lustre/llite/llite_internal.h
drivers/staging/lustre/lustre/lmv/lmv_intent.c
drivers/staging/lustre/lustre/mdc/mdc_locks.c

index 2a3a88cbb192f0ebc5e933971db60d8f6083265b..9d7e28ace42d2fab13e34f1512b386d5f3c7efa4 100644 (file)
@@ -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;
index 39bbc3634b0659a49906bb144e130a36e8bbcd07..b1b05c8a371a5b447bc79f2124639427bad41065 100644 (file)
@@ -50,7 +50,7 @@
 
 #include <linux/fs.h>
 #include <linux/dcache.h>
-#include "linux/lustre_intent.h"
+#include "lustre_intent.h"
 #include "lustre_handles.h"
 #include "../../include/linux/libcfs/libcfs.h"
 #include "obd_class.h"
index 699c6cdffd1d497c9f244c24703b67e3696ee1de..46b8b8c30b7864749eec132060510cc737cae24a 100644 (file)
@@ -42,7 +42,7 @@
 #define DEBUG_SUBSYSTEM S_LDLM
 
 #include "../../include/linux/libcfs/libcfs.h"
-#include "../include/linux/lustre_intent.h"
+#include "../include/lustre_intent.h"
 #include "../include/obd_class.h"
 #include "ldlm_internal.h"
 
index 786a7d80ad4896e63d8355bdc164c84151c66ff4..5c4641f655c3b3180678ecab008df8690e9f2ac0 100644 (file)
@@ -45,7 +45,7 @@
 #include "../include/cl_object.h"
 #include "../include/lclient.h"
 #include "../include/lustre_mdc.h"
-#include "../include/linux/lustre_intent.h"
+#include "../include/lustre_intent.h"
 #include <linux/compat.h>
 #include <linux/posix_acl_xattr.h>
 
index de7f96a564ad012188ec15350679fb32c69a6f33..5106124b7d92f4ead38d872824a0d1c3dcbe62ac 100644 (file)
@@ -41,7 +41,7 @@
 #include <asm/div64.h>
 #include <linux/seq_file.h>
 #include <linux/namei.h>
-#include "../include/linux/lustre_intent.h"
+#include "../include/lustre_intent.h"
 #include "../include/obd_support.h"
 #include "../include/lustre/lustre_idl.h"
 #include "../include/lustre_lib.h"
index 3c0f49ec6910adebaf266a189d407dc33a2649da..b58147ee62b663bed211e3cd7ec150d2246faef4 100644 (file)
@@ -38,7 +38,7 @@
 
 # include <linux/module.h>
 
-#include "../include/linux/lustre_intent.h"
+#include "../include/lustre_intent.h"
 #include "../include/obd.h"
 #include "../include/obd_class.h"
 #include "../include/lustre_dlm.h"