[lvm-devel] LVM2/lib/format1 disk-rep.c

agk at sourceware.org agk at sourceware.org
Fri Sep 19 07:03:24 UTC 2008


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2008-09-19 07:03:23

Modified files:
	lib/format1    : disk-rep.c 

Log message:
	revert unexplained removal of a '<backtrace>' message

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/format1/disk-rep.c.diff?cvsroot=lvm2&r1=1.75&r2=1.76

--- LVM2/lib/format1/disk-rep.c	2008/09/15 17:06:54	1.75
+++ LVM2/lib/format1/disk-rep.c	2008/09/19 07:03:23	1.76
@@ -356,7 +356,7 @@
 	list_init(&dl->lvds);
 
 	if (!_read_pvd(dev, &dl->pvd))
-		goto bad;
+		goto_bad;
 
 	/*
 	 * is it an orphan ?




More information about the lvm-devel mailing list