From a49c8634a9b8e51fde5e11324425c4ad44a2dd6e Mon Sep 17 00:00:00 2001 From: Dmitry Eremin Date: Wed, 26 Jul 2017 11:22:35 -0400 Subject: [PATCH] staging: lustre: llite: add xattr.h header to xattr.c The reason xattr.c can compile without xattr.h is due to lustre_compact.h being included. That header will eventually go away so lets directly include xattr.h. Signed-off-by: Dmitry Eremin Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-7244 Reviewed-on: http://review.whamcloud.com/16707 Reviewed-by: John L. Hammond Reviewed-by: James Simmons Reviewed-by: Oleg Drokin Signed-off-by: James Simmons Signed-off-by: Greg Kroah-Hartman --- drivers/staging/lustre/lustre/llite/xattr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/lustre/lustre/llite/xattr.c b/drivers/staging/lustre/lustre/llite/xattr.c index bd30abdecfb9..d0cad7eb2b51 100644 --- a/drivers/staging/lustre/lustre/llite/xattr.c +++ b/drivers/staging/lustre/lustre/llite/xattr.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #define DEBUG_SUBSYSTEM S_LLITE -- 2.11.0