#ifndef __LINUX_LUSTRE_HANDLES_H_ #define __LINUX_LUSTRE_HANDLES_H_ #ifndef __LUSTRE_HANDLES_H_ #error Do not #include this file directly. #include instead #endif #ifdef __KERNEL__ #include #include #include #include #include #include #include # ifdef HAVE_RCU # include /* for rcu_head{} */ # else struct rcu_head { }; # endif #endif /* ifdef __KERNEL__ */ #endif