1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

raid: Drop unnecessary/incorrect use of dm_pool_free

This commit is contained in:
Alasdair G Kergon 2017-05-23 01:51:04 +01:00
parent fbe7464df5
commit 57492a6094

View File

@ -4781,9 +4781,6 @@ static int _rename_area_lvs(struct logical_volume *lv, const char *suffix)
return_0;
}
for (s = 0; s < SLV_COUNT; s++)
dm_pool_free(lv->vg->cmd->mem, sfx[s]);
return 1;
}