Whamcloud - gitweb
remove ptlrpc msg v1.
[fs/lustre-release.git] / lustre / ptlrpc / wirehdr.c
1 #define DEBUG_SUBSYSTEM S_RPC
2 #ifndef __KERNEL__
3 # include <liblustre.h>
4 #endif
5
6 #ifdef __KERNEL__
7 # ifndef AUTOCONF_INCLUDED
8 #  include <linux/config.h>
9 # endif
10 # ifdef CONFIG_FS_POSIX_ACL
11 #  include <linux/fs.h>
12 #  ifdef HAVE_XATTR_ACL
13 #   include <linux/xattr_acl.h>
14 #  else
15 #   define xattr_acl_entry  posix_acl_xattr_entry
16 #   define xattr_acl_header posix_acl_xattr_header
17 #  endif
18 #  ifdef HAVE_LINUX_POSIX_ACL_XATTR_H
19 #   include <linux/posix_acl_xattr.h>
20 #  endif
21 # endif
22 #endif
23
24 #include <obd_support.h>
25 #include <obd_class.h>
26 #include <lustre_net.h>
27 #include <lustre_disk.h>
28