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

debug: missing trace

This commit is contained in:
Zdenek Kabelac 2019-10-17 12:40:13 +02:00
parent a255385e3a
commit 9969361b51

View File

@ -6360,7 +6360,7 @@ int lv_remove_single(struct cmd_context *cmd, struct logical_volume *lv,
return_0;
if (!archive(vg))
return 0;
return_0;
/* Special case removing a striped raid LV with allocated reshape space */
if (seg && seg->reshape_len) {