All of lore.kernel.org
 help / color / mirror / Atom feed
From: mpatocka@sourceware.org <mpatocka@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 ./WHATS_NEW lib/metadata/merge.c lib/meta ...
Date: 31 Mar 2010 12:06:32 -0000	[thread overview]
Message-ID: <20100331120632.12787.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mpatocka at sourceware.org	2010-03-31 12:06:31

Modified files:
	.              : WHATS_NEW 
	lib/metadata   : merge.c metadata.c 

Log message:
	A missing space in the error message.
	Add missing parentheses to an error message
	
	Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1491&r2=1.1492
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/merge.c.diff?cvsroot=lvm2&r1=1.36&r2=1.37
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/metadata.c.diff?cvsroot=lvm2&r1=1.324&r2=1.325

--- LVM2/WHATS_NEW	2010/03/31 12:01:49	1.1491
+++ LVM2/WHATS_NEW	2010/03/31 12:06:30	1.1492
@@ -1,5 +1,6 @@
 Version 2.02.63 -  
 ================================
+  Fix two messages, add a whitespace and parentheses
   When dmeventd is not forking because of -d flag, don't kill the parent process
   Fix 'make install' when $(builddir) is different from $(srcdir).
   Fix dso resource leak in error path of dmeventd.
--- LVM2/lib/metadata/merge.c	2008/11/03 22:14:29	1.36
+++ LVM2/lib/metadata/merge.c	2010/03/31 12:06:30	1.37
@@ -233,7 +233,7 @@
 			}
 		if (!seg_found) {
 			log_error("LV segment %s:%" PRIu32 "-%" PRIu32
-				  "is incorrectly listed as being used by LV %s",
+				  " is incorrectly listed as being used by LV %s",
 				  seg->lv->name, seg->le, seg->le + seg->len - 1,
 				  lv->name);
 			r = 0;
--- LVM2/lib/metadata/metadata.c	2010/03/18 17:29:12	1.324
+++ LVM2/lib/metadata/metadata.c	2010/03/31 12:06:30	1.325
@@ -2207,7 +2207,7 @@
 	if (((uint32_t) dm_list_size(&vg->lvs)) !=
 	    vg_visible_lvs(vg) + snapshot_count(vg) + hidden_lv_count) {
 		log_error(INTERNAL_ERROR "#internal LVs (%u) != #LVs (%"
-			  PRIu32 ") + #snapshots (%" PRIu32 ") + #internal LVs %u in VG %s",
+			  PRIu32 ") + #snapshots (%" PRIu32 ") + #internal LVs (%u) in VG %s",
 			  dm_list_size(&vg->lvs), vg_visible_lvs(vg),
 			  snapshot_count(vg), hidden_lv_count, vg->name);
 		r = 0;



             reply	other threads:[~2010-03-31 12:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-31 12:06 mpatocka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-05-21 12:43 LVM2 ./WHATS_NEW lib/metadata/merge.c lib/meta zkabelac
2007-11-07 16:33 agk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100331120632.12787.qmail@sourceware.org \
    --to=mpatocka@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.