--- list.h.orig 2009-02-15 13:57:31.000000000 +0100 +++ list.h 2009-02-14 20:55:04.000000000 +0100 @@ -38,7 +38,7 @@ #define LIST_HEAD_INIT(name) { &(name), &(name) } -#define LIST_HEAD(name) \ +#define BTRFS_LIST_HEAD(name) \ struct list_head name = LIST_HEAD_INIT(name) static inline void INIT_LIST_HEAD(struct list_head *list)