1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-08 08:58:50 +03:00

debug: missing stack

This commit is contained in:
Zdenek Kabelac 2024-12-04 16:02:44 +01:00
parent c695c7a252
commit 45344262cc

View File

@ -2717,8 +2717,10 @@ static int _raid_add_images_without_commit(struct logical_volume *lv,
}
/* Metadata LVs must be cleared before being added to the array */
if (!_clear_lvs(&meta_lvs))
if (!_clear_lvs(&meta_lvs)) {
stack;
goto fail;
}
if (seg_is_linear(seg)) {
uint32_t region_size = seg->region_size;