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>
This commit is contained in:
parent
8504a9e544
commit
00d65ec8e1
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue