Ticket #18502: patch-list.h.diff
File patch-list.h.diff, 340 bytes (added by 0xffea@…, 16 years ago) |
---|
-
list.h
old new 38 38 39 39 #define LIST_HEAD_INIT(name) { &(name), &(name) } 40 40 41 #define LIST_HEAD(name) \41 #define BTRFS_LIST_HEAD(name) \ 42 42 struct list_head name = LIST_HEAD_INIT(name) 43 43 44 44 static inline void INIT_LIST_HEAD(struct list_head *list)