--- volumes.c.orig 2009-02-15 14:02:34.000000000 +0100 +++ volumes.c 2009-02-14 20:55:25.000000000 +0100 @@ -50,7 +50,7 @@ #define map_lookup_size(n) (sizeof(struct map_lookup) + \ (sizeof(struct btrfs_bio_stripe) * (n))) -static LIST_HEAD(fs_uuids); +static BTRFS_LIST_HEAD(fs_uuids); static struct btrfs_device *__find_device(struct list_head *head, u64 devid, u8 *uuid)