linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Bin Guo" <bguo@starentnetworks.com>
To: linux-raid@vger.kernel.org
Subject: [PATCH] Manage: kernel 2.6.18 can re-add v1 superblocks.
Date: Mon, 17 Nov 2008 14:37:55 -0500	[thread overview]
Message-ID: <1226950675.9688.88.camel@localhost> (raw)


Commit 7eae7080 seems to exclude 2.6.18.
---
 Manage.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Manage.c b/Manage.c
index 160778e..611d0a2 100644
--- a/Manage.c
+++ b/Manage.c
@@ -397,7 +397,7 @@ int Manage_subdevs(char *devname, int fd,
 				 * before 2.6.18 :-(
 				 */
 				if (array.major_version == 1 &&
-				    get_linux_version() <= 2006018)
+				    get_linux_version() < 2006018)
 					;
 				else if (st->sb) {
 					st->ss->uuid_from_super(st, ouuid);
-- 
1.5.6.5



This email and any attachments may contain legally privileged and/or confidential information of Starent Networks, Corp. and is intended only for the individual or entity named in the message.  The information transmitted may not be used to create or change any contractual obligations of Starent Networks, Corp.  Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this e-mail and its attachments by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify the sender immediately -- by replying to this message or by sending an email to postmaster@starentnetworks.com -- and destroy all copies of this message and any attachments without reading or disclosing their contents. Thank you.
 

                 reply	other threads:[~2008-11-17 19:37 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=1226950675.9688.88.camel@localhost \
    --to=bguo@starentnetworks.com \
    --cc=linux-raid@vger.kernel.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 NNTP newsgroup(s).