[Btrfs-devel] btrfs without acl

Christian Hesse mail at earthworm.de
Tue Aug 12 02:40:21 PDT 2008


Hello everyone,

trying to build btrfs-0.16 without acl support (CONFIG_FS_POSIX_ACL unset) 
results in the following error messages for me:

fs/built-in.o: In function `btrfs_permission':
inode.c:(.text+0x61250): undefined reference to `btrfs_check_acl'
fs/built-in.o: In function `btrfs_create':
inode.c:(.text+0x63bdf): undefined reference to `btrfs_init_acl'
fs/built-in.o: In function `btrfs_mknod':
inode.c:(.text+0x63eef): undefined reference to `btrfs_init_acl'
fs/built-in.o: In function `btrfs_mkdir':
inode.c:(.text+0x6410b): undefined reference to `btrfs_init_acl'
fs/built-in.o: In function `btrfs_symlink':
inode.c:(.text+0x64386): undefined reference to `btrfs_init_acl'
fs/built-in.o: In function `btrfs_setattr':
inode.c:(.text+0x66443): undefined reference to `btrfs_acl_chmod'

Looking at the unstable tree I do not think this is fixed yet.
-- 
Regards,
Chris



More information about the Btrfs-devel mailing list