From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benny Halevy Subject: [PATCH] posix_acl: resolve compile dependency in posix_acl.h Date: Wed, 02 Oct 2013 17:36:29 +0300 Message-ID: <524C2F6D.1060703@primarydata.com> References: <1380220974-14716-1-git-send-email-bhalevy@primarydata.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------050608090404020108080607" Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, NFS list , Christoph Hellwig To: Alexander Viro Return-path: In-Reply-To: <1380220974-14716-1-git-send-email-bhalevy-7I+n7zu2hftEKMMhf/gKZA@public.gmane.org> Sender: linux-nfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-fsdevel.vger.kernel.org This is a multi-part message in MIME format. --------------050608090404020108080607 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit From: Benny Halevy 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 Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: J. Bruce Fields Cc: Trond Myklebust Signed-off-by: Benny Halevy Signed-off-by: Benny Halevy --- 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 +#include #include #include -- 1.8.3.1 --------------050608090404020108080607 Content-Type: text/plain; charset=UTF-8; name="Attached Message Part" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Attached Message Part" --------------050608090404020108080607-- -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html