2008-06-26 18:12:47

by Alexander Beregalov

[permalink] [raw]
Subject: next-20080626: compiling error in XFS

Hi

CC fs/xfs/linux-2.6/xfs_xattr.o
fs/xfs/linux-2.6/xfs_xattr.c: In function 'xfs_decode_acl':
fs/xfs/linux-2.6/xfs_xattr.c:40: error: '_ACL_TYPE_ACCESS' undeclared
(first use in this function)
fs/xfs/linux-2.6/xfs_xattr.c:40: error: (Each undeclared identifier is
reported only once
fs/xfs/linux-2.6/xfs_xattr.c:40: error: for each function it appears in.)
fs/xfs/linux-2.6/xfs_xattr.c:42: error: '_ACL_TYPE_DEFAULT' undeclared
(first use in this function)


CONFIG_XFS_POSIX_ACL is disabled, so _ACL_TYPE_ACCESS was not defined.