mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
debug: correct stack tracing
Here the 'goto' is correct path, as !device_is_usable is traceable with <backtrace>. Keep the 'stack' for unusable device.
This commit is contained in:
parent
45781161f4
commit
8b16efd17c
@ -321,7 +321,8 @@ static int _ignore_blocked_mirror_devices(struct device *dev,
|
||||
.check_suspended = ignore_suspended_devices(),
|
||||
.check_error_target = 1,
|
||||
.check_reserved = 0 }))
|
||||
goto_out;
|
||||
goto out; /* safe to use */
|
||||
stack;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user