1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Purge remaining trim bits from code

This commit is contained in:
Zdenek Kabelac 2012-03-02 21:43:26 +00:00
parent 865738f271
commit 4bcaf8086e
2 changed files with 1 additions and 5 deletions

View File

@ -53,7 +53,7 @@ static int _thin_pool_add_message(struct lv_segment *seg,
uint32_t delete_id = 0;
dm_thin_message_t type;
/* Message must have only one from: create, trim, delete */
/* Message must have only one from: create, delete */
if (dm_config_get_str(sn, "create", &lv_name)) {
if (!(lv = find_lv(seg->lv->vg, lv_name)))
return SEG_LOG_ERROR("Unknown LV %s for create message in",

View File

@ -122,10 +122,6 @@ struct dm_thin_message {
uint64_t current_id;
uint64_t new_id;
} m_set_transaction_id;
struct {
uint32_t device_id;
uint64_t new_size;
} m_trim;
} u;
};