1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

debug: missing stacktrace

This commit is contained in:
Zdenek Kabelac 2020-07-08 11:06:39 +02:00
parent 9b9bf8786f
commit d0faad0db3

View File

@ -5524,7 +5524,8 @@ static int _writecache_zero(struct cmd_context *cmd, struct logical_volume *lv)
return 0;
}
ret = wipe_lv(lv, wp);
if (!(ret = wipe_lv(lv, wp)))
stack;
if (!deactivate_lv(cmd, lv)) {
log_error("Failed to deactivate LV %s for zeroing.", display_lvname(lv));