Whamcloud - gitweb
LU-9223: Server on Linux 4.4: XATTR_NAME_POSIX_ACL_ACCESS 76/26076/2
authorKeith <keith.mannthey@intel.com>
Fri, 17 Mar 2017 19:11:16 +0000 (15:11 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 26 Mar 2017 06:51:19 +0000 (06:51 +0000)
Add linux/xattr.h to Lustre_compat.h to allow the server
code to Build in Linux 4.4.

Change-Id: Iccf87acffc04d7c1084a384ae146d1077eed53fd
Signed-off-by: Keith <keith.mannthey@intel.com>
Reviewed-on: https://review.whamcloud.com/26076
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/lustre_compat.h

index 18d0105..8fd5821 100644 (file)
@@ -37,6 +37,7 @@
 #include <linux/namei.h>
 #include <linux/pagemap.h>
 #include <linux/bio.h>
+#include <linux/xattr.h>
 
 #include <libcfs/libcfs.h>
 #include <lustre_patchless_compat.h>