public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
From: agk@sourceware.org
To: lvm2-cvs@sourceware.org
Subject: LVM2 ./WHATS_NEW lib/label/label.c
Date: Thu, 08 Jun 2006 22:15:00 -0000	[thread overview]
Message-ID: <20060608221550.26995.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2006-06-08 22:15:49

Modified files:
	.              : WHATS_NEW 
	lib/label      : label.c 

Log message:
	Fix an extra dev_close in a label_read error path.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.396&r2=1.397
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/label/label.c.diff?cvsroot=lvm2&r1=1.33&r2=1.34

Full Patch:
--- LVM2/WHATS_NEW	2006/06/06 17:44:11	1.396
+++ LVM2/WHATS_NEW	2006/06/08 22:15:49	1.397
@@ -1,5 +1,6 @@
 Version 2.02.07 -
 =================================
+  Fix an extra dev_close in a label_read error path.
   Append patches to commit emails.
   Fix target_register_events args.
   Prevent snapshots of mirrors.
--- LVM2/lib/label/label.c	2006/05/09 21:23:50	1.33
+++ LVM2/lib/label/label.c	2006/06/08 22:15:49	1.34
@@ -271,7 +271,7 @@
 			lvmcache_update_vgname_and_id(info, ORPHAN, ORPHAN,
 						      0, NULL);
 
-		goto out;
+		return r;
 	}
 
 	if (!(l = _find_labeller(dev, buf, &sector)))


             reply	other threads:[~2006-06-08 22:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-08 22:15 agk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-08 11:12 zkabelac
2011-06-01 15:30 agk
2006-11-14 15:03 agk
2005-03-10 20:23 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=20060608221550.26995.qmail@sourceware.org \
    --to=agk@sourceware.org \
    --cc=lvm2-cvs@sourceware.org \
    /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 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).