mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cleanup: remove stack tracing for ok path
This commit is contained in:
parent
b9ac1c12d0
commit
1ac7fde67b
@ -4337,7 +4337,7 @@ endvg:
|
||||
/* Quit early when possible. */
|
||||
if (!process_all_pvs && dm_list_empty(arg_tags) && dm_list_empty(arg_devices)) {
|
||||
do_report_ret_code = 0;
|
||||
goto_out;
|
||||
goto out;
|
||||
}
|
||||
|
||||
log_set_report_object_name_and_id(NULL, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user