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

raid: Remove fixed FIXME

This commit is contained in:
Alasdair G Kergon 2016-11-15 20:45:55 +00:00
parent cd0736a945
commit 6de05cf5f5

View File

@ -1055,7 +1055,6 @@ static int _extract_image_components(struct lv_segment *seg, uint32_t idx,
seg_type(seg, idx) = AREA_UNASSIGNED;
seg_metatype(seg, idx) = AREA_UNASSIGNED;
/* FIXME Remove duplicated prefix? */
if (!(data_lv->name = _generate_raid_name(data_lv, "extracted", -1)))
return_0;