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:
parent
c695c7a252
commit
45344262cc
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user