All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Rajnoha <prajnoha@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH] Introduce MDA_IGNORABLE metadata status flag to differentiate ignorable mdas from other mdas
Date: Wed, 06 Oct 2010 14:54:14 +0200	[thread overview]
Message-ID: <4CAC7176.2070907@redhat.com> (raw)
In-Reply-To: <4CAC5E5B.2080403@redhat.com>

Well, there's one more place where we need to set the flag.
(I need to look more thoroughly where else it's needed, hmm...)

Peter
---
 lib/format_text/text_label.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/format_text/text_label.c b/lib/format_text/text_label.c
index e459cde..32934e7 100644
--- a/lib/format_text/text_label.c
+++ b/lib/format_text/text_label.c
@@ -216,7 +216,7 @@ int add_mda(const struct format_type *fmt, struct dm_pool *mem, struct dm_list *
 
 	mdal->ops = mda_lists->raw_ops;
 	mdal->metadata_locn = mdac;
-	mdal->status = 0;
+	mdal->status = MDA_IGNORABLE;
 
 	mdac->area.dev = dev;
 	mdac->area.start = start;



      reply	other threads:[~2010-10-06 12:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-06 11:32 [PATCH] Introduce MDA_IGNORABLE metadata status flag to differentiate ignorable mdas from other mdas Peter Rajnoha
2010-10-06 12:54 ` Peter Rajnoha [this message]

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=4CAC7176.2070907@redhat.com \
    --to=prajnoha@redhat.com \
    --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.