next-20080626: compiling error in XFS

From: Alexander Beregalov
Date: Thu Jun 26 2008 - 14:12:50 EST


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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/