On Tue, 2008-08-12 at 11:40 +0200, Christian Hesse wrote: > 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. Josef, looks like we need a few #ifdefs ;) -chris -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
