1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

Thin remove unused code

This commit is contained in:
Zdenek Kabelac 2011-12-21 12:56:45 +00:00
parent 0d59090eaf
commit 0190769d4f

View File

@ -372,19 +372,6 @@ static int _thin_add_target_line(struct dev_manager *dm,
return 0;
}
#if 0
{
/* If we would need to activate 'to be deleted' thin LVs */
struct lv_thin_message *tmsg;
dm_list_iterate_items(tmsg, &first_seg(seg->pool_lv)->thin_messages)
/* If this node is going to be deleted - use the error target */
if ((tmsg->type == DM_THIN_MESSAGE_DELETE) &&
(tmsg->u.delete_id == seg->device_id)) {
device_id = DM_THIN_ERROR_DEVICE_ID;
break;
}
}
#endif
if (!dm_tree_node_add_thin_target(node, len, pool_dlid, device_id))
return_0;