[lvm-devel] master - debug: no backtrace

Zdenek Kabelac zkabelac at sourceware.org
Fri Oct 2 20:28:01 UTC 2020


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=117fc64e6ef0905e6474d2bf67a890e97d6da450
Commit:        117fc64e6ef0905e6474d2bf67a890e97d6da450
Parent:        1b8c6f09bcba1996892a231bc6c25be6ac40d808
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Fri Oct 2 11:14:18 2020 +0200
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Fri Oct 2 21:04:16 2020 +0200

debug: no backtrace

As the path already printed verbose message drop backtrace.
---
 lib/label/label.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/label/label.c b/lib/label/label.c
index de01e4532..ec774dc6e 100644
--- a/lib/label/label.c
+++ b/lib/label/label.c
@@ -417,7 +417,7 @@ static int _process_block(struct cmd_context *cmd, struct dev_filter *f,
 		lvmcache_del_dev(dev); /* FIXME: if this is needed, fix it. */
 
 		*is_lvm_device = 0;
-		goto_out;
+		goto out;
 	}
 
 	dev->flags |= DEV_SCAN_FOUND_LABEL;




More information about the lvm-devel mailing list