search for: dri_rec

Displaying 1 result from an estimated 1 matches for "dri_rec".

Did you mean: dqi_rec
2013 Oct 17
0
[PATCH] Btrfs-progs: fix btrfsck improper prompt on dropping snapshots
...btrfs_level_size(root, + btrfs_root_level(&ri)), + 0); + add_root_to_pending(buf, &extent_cache, + &pending, &seen, &nodes, + &found_key); + free_extent_buffer(buf); + } else { + struct dropping_root_item_record *dri_rec; + dri_rec = malloc(sizeof(*dri_rec)); + if (!dri_rec) { + perror("malloc"); + exit(1); + } + memcpy(&dri_rec->ri, &ri, sizeof(ri)); + memcpy(&dri_rec->found_key, &found_key, + sizeof(found_key)); + list_add_tail(&dri_rec->l...