Ticket #18502: patch-volumes.c.diff
File patch-volumes.c.diff, 395 bytes (added by 0xffea@…, 16 years ago) |
---|
-
volumes.c
old new 50 50 #define map_lookup_size(n) (sizeof(struct map_lookup) + \ 51 51 (sizeof(struct btrfs_bio_stripe) * (n))) 52 52 53 static LIST_HEAD(fs_uuids);53 static BTRFS_LIST_HEAD(fs_uuids); 54 54 55 55 static struct btrfs_device *__find_device(struct list_head *head, u64 devid, 56 56 u8 *uuid)