From: Benny Halevy <bhalevy@xxxxxxxxxxx> get_cached_acl is defined as inline in posix_acl.h requiring the full definition of struct inode as it dereferences its struct inode * parameter. Cc: Alexander Viro <viro@xxxxxxxxxxxxxxxxxx> Cc: linux-fsdevel@xxxxxxxxxxxxxxx Cc: J. Bruce Fields <bfields@xxxxxxxxxxxx> Cc: Trond Myklebust <Trond.Myklebust@xxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxxxxxx> --- include/linux/posix_acl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/posix_acl.h b/include/linux/posix_acl.h index 7931efe..a7d8b04 100644 --- a/include/linux/posix_acl.h +++ b/include/linux/posix_acl.h @@ -9,6 +9,7 @@ #define __LINUX_POSIX_ACL_H #include <linux/bug.h> +#include <linux/fs.h> #include <linux/slab.h> #include <linux/rcupdate.h> -- 1.8.3.1