From: agk@sourceware.org <agk@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2/lib/metadata metadata-exported.h mirror.c
Date: 16 Jan 2008 19:13:52 -0000 [thread overview]
Message-ID: <20080116191352.14101.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: agk at sourceware.org 2008-01-16 19:13:51
Modified files:
lib/metadata : metadata-exported.h mirror.c
Log message:
export find_temporary_mirror()
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/metadata-exported.h.diff?cvsroot=lvm2&r1=1.35&r2=1.36
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/mirror.c.diff?cvsroot=lvm2&r1=1.55&r2=1.56
--- LVM2/lib/metadata/metadata-exported.h 2008/01/16 19:00:59 1.35
+++ LVM2/lib/metadata/metadata-exported.h 2008/01/16 19:13:51 1.36
@@ -472,6 +472,7 @@
struct list *pvs, uint32_t status_mask);
int is_temporary_mirror_layer(const struct logical_volume *lv);
+struct logical_volume * find_temporary_mirror(const struct logical_volume *lv);
uint32_t lv_mirror_count(const struct logical_volume *lv);
uint32_t adjusted_mirror_region_size(uint32_t extent_size, uint32_t extents,
uint32_t region_size);
--- LVM2/lib/metadata/mirror.c 2008/01/16 19:11:39 1.55
+++ LVM2/lib/metadata/mirror.c 2008/01/16 19:13:51 1.56
@@ -54,7 +54,7 @@
* Return a temporary LV for resyncing added mirror image.
* Add other mirror legs to lvs list.
*/
-static struct logical_volume *_find_tmp_mirror(struct logical_volume *lv)
+struct logical_volume *find_temporary_mirror(const struct logical_volume *lv)
{
struct lv_segment *seg;
@@ -562,7 +562,7 @@
struct logical_volume *tmp_lv;
struct lv_segment *mirror_seg;
- while ((tmp_lv = _find_tmp_mirror(lv))) {
+ while ((tmp_lv = find_temporary_mirror(lv))) {
mirror_seg = find_mirror_seg(first_seg(tmp_lv));
if (!mirror_seg) {
log_error("Failed to find mirrored LV for %s",
reply other threads:[~2008-01-16 19:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20080116191352.14101.qmail@sourceware.org \
--to=agk@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.