linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neil Brown <neilb@suse.de>
To: "BERTRAND Joël" <joel.bertrand@systella.fr>
Cc: linux-raid@vger.kernel.org
Subject: Re: Partitionable raid array... How to create devices ?
Date: Tue, 16 Oct 2007 19:49:09 +1000	[thread overview]
Message-ID: <18196.35093.226685.234130@notabene.brown> (raw)
In-Reply-To: message from Neil Brown on Tuesday October 16

On Tuesday October 16, neilb@suse.de wrote:
> However what you used should work.  I'll get that fixed for the next
> release.

This is the patch that will fix it.  I plan to release 2.6.4 late this
week or early next.

NeilBrown



### Diffstat output
 ./mdopen.c |    1 +
 1 file changed, 1 insertion(+)

diff .prev/mdopen.c ./mdopen.c
--- .prev/mdopen.c	2007-10-16 19:47:14.000000000 +1000
+++ ./mdopen.c	2007-10-16 19:47:25.000000000 +1000
@@ -161,6 +161,7 @@ int open_mddev(char *dev, int autof)
 				"not compatable with device named %s\n", dev);
 				return -1;
 			}
+			major_num = get_mdp_major();
 			break;
 		case 5: /* default to md if not standard */
 			break;

  reply	other threads:[~2007-10-16  9:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-16  8:22 Partitionable raid array... How to create devices ? BERTRAND Joël
2007-10-16  9:35 ` Janek Kozicki
2007-10-16  9:42 ` Neil Brown
2007-10-16  9:49   ` Neil Brown [this message]
2007-10-16 10:01   ` BERTRAND Joël
2007-10-16  9:57 ` Michal Soltys

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=18196.35093.226685.234130@notabene.brown \
    --to=neilb@suse.de \
    --cc=joel.bertrand@systella.fr \
    --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).