Ticket #18502: patch-list.h.diff

File patch-list.h.diff, 340 bytes (added by 0xffea@…, 15 years ago)
  • list.h

    old new  
    3838
    3939#define LIST_HEAD_INIT(name) { &(name), &(name) }
    4040
    41 #define LIST_HEAD(name) \
     41#define BTRFS_LIST_HEAD(name) \
    4242        struct list_head name = LIST_HEAD_INIT(name)
    4343
    4444static inline void INIT_LIST_HEAD(struct list_head *list)