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:
parent
9b9bf8786f
commit
d0faad0db3
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user