Whamcloud - gitweb
- make HEAD from b_post_cmd3
[fs/lustre-release.git] / lustre / include / linux / lustre_handles.h
1 #ifndef __LINUX_LUSTRE_HANDLES_H_
2 #define __LINUX_LUSTRE_HANDLES_H_
3
4 #ifndef __LUSTRE_HANDLES_H_
5 #error Do not #include this file directly. #include <lustre_handles.h> instead
6 #endif
7
8 #ifdef __KERNEL__
9 #include <asm/types.h>
10 #include <asm/atomic.h>
11 #include <linux/list.h>
12 #include <linux/random.h>
13 #include <linux/version.h>
14 #include <linux/spinlock.h>
15 #include <linux/types.h>
16
17 # ifdef HAVE_RCU
18 #  include <linux/rcupdate.h> /* for rcu_head{} */
19 # else
20 struct rcu_head { };
21 # endif
22
23 #endif /* ifdef __KERNEL__ */
24
25 #endif