From 8961816b87b626319f273874948b37edcba7a542 Mon Sep 17 00:00:00 2001 From: Keith Date: Fri, 17 Mar 2017 15:11:16 -0400 Subject: [PATCH] LU-9223: Server on Linux 4.4: XATTR_NAME_POSIX_ACL_ACCESS 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 Reviewed-on: https://review.whamcloud.com/26076 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Dmitry Eremin Reviewed-by: James Simmons Reviewed-by: Oleg Drokin --- lustre/include/lustre_compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/lustre_compat.h b/lustre/include/lustre_compat.h index 18d0105..8fd5821 100644 --- a/lustre/include/lustre_compat.h +++ b/lustre/include/lustre_compat.h @@ -37,6 +37,7 @@ #include #include #include +#include #include #include -- 1.8.3.1