public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/lib/format1 disk-rep.c
@ 2008-09-19  7:03 agk
  0 siblings, 0 replies; 2+ messages in thread
From: agk @ 2008-09-19  7:03 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@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 ?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* LVM2/lib/format1 disk-rep.c
@ 2008-08-28 13:41 mbroz
  0 siblings, 0 replies; 2+ messages in thread
From: mbroz @ 2008-08-28 13:41 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mbroz@sourceware.org	2008-08-28 13:41:46

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

Log message:
	format1: Not detecing label on disc is not error, remove <backtrace> from debug log
	(happens when you explicitly use -M 1)

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

--- LVM2/lib/format1/disk-rep.c	2008/02/06 15:47:27	1.73
+++ LVM2/lib/format1/disk-rep.c	2008/08/28 13:41:46	1.74
@@ -194,7 +194,7 @@
 	if (!_munge_formats(pvd)) {
 		log_very_verbose("format1: Unknown metadata version %d "
 				 "found on %s", pvd->version, dev_name(dev));
-		return 0;
+		return_0;
 	}
 
 	/* If VG is exported, set VG name back to the real name */
@@ -208,7 +208,7 @@
 	if (!dev_read(dev, UINT64_C(0), sizeof(*pvd), pvd)) {
 		log_very_verbose("Failed to read PV data from %s",
 				 dev_name(dev));
-		return 0;
+		return_0;
 	}
 
 	return munge_pvd(dev, pvd);
@@ -356,7 +356,7 @@
 	list_init(&dl->lvds);
 
 	if (!_read_pvd(dev, &dl->pvd))
-		goto_bad;
+		goto bad;
 
 	/*
 	 * is it an orphan ?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-19  7:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-19  7:03 LVM2/lib/format1 disk-rep.c agk
  -- strict thread matches above, loose matches on Subject: below --
2008-08-28 13:41 mbroz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).