From: <sezeroz@ttnet.net.tr>
To: <linux-kernel@vger.kernel.org>
Cc: <marcelo.tosatti@cyclades.com>
Subject: 2.4.28-rc1, more lost patches [8/10]
Date: Wed, 27 Oct 2004 12:45:25 +0300 [thread overview]
Message-ID: <20041027094525.KBVI6935.fep01.ttnet.net.tr@localhost> (raw)
[-- Attachment #1: Type: text/plain, Size: 61 bytes --]
[8/10] Wilfried Weissmann: hptraid v0.03. from -ac/redhat.
[-- Attachment #2: hptraid-v0.03.patch --]
[-- Type: application/octet-stream, Size: 1730 bytes --]
Wilfried Weissmann
http://marc.theaimsgroup.com/?l=linux-kernel&m=106287827628378&w=2
in -ac/redhat
diff -urN 28rc1/drivers/ide/raid/hptraid.c 28rc1_aac/drivers/ide/raid/hptraid.c
--- 28rc1/drivers/ide/raid/hptraid.c 2004-02-18 15:36:31.000000000 +0200
+++ 28rc1_aac/drivers/ide/raid/hptraid.c 2004-10-24 00:58:10.000000000 +0300
@@ -18,7 +18,11 @@
Based on work done by Søren Schmidt for FreeBSD
Changelog:
- 15.06.2003 wweissmann@gmx.at
+ 19.08.2003 v0.03 wweissmann@gmx.at
+ * register the raid volume only if all disks are available
+ * print a warning that raid-(0+)1 failover is not supported
+
+ 15.06.2003 v0.02 wweissmann@gmx.at
* correct values of raid-1 superbock
* re-add check for availability of all disks
* fix offset bug in raid-1 (introduced in raid 0+1 implementation)
@@ -814,10 +818,6 @@
break;
}
- /* Initialize the gendisk structure */
-
- ataraid_register_disk(device,raid[device].sectors);
-
/* Verify that we have all disks */
count=count_disks(raid+device);
@@ -844,7 +844,17 @@
return -ENODEV;
}
}
+ printk(KERN_WARNING "ataraid%i: raid-0+1 disk failover is not implemented!\n",
+ device);
}
+ else if (type == HPT_T_RAID_1) {
+ printk(KERN_WARNING "ataraid%i: raid-1 disk failover is not implemented!\n",
+ device);
+ }
+ /* Initialize the gendisk structure */
+
+ ataraid_register_disk(device,raid[device].sectors);
+
return 0;
}
@@ -856,7 +866,7 @@
int retval=-ENODEV;
int device,i,count=0;
- printk(KERN_INFO "Highpoint HPT370 Softwareraid driver for linux version 0.02\n");
+ printk(KERN_INFO "Highpoint HPT370 Softwareraid driver for linux version 0.03\n");
for(i=0; oplist[i].op; i++) {
do
reply other threads:[~2004-10-27 9:50 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=20041027094525.KBVI6935.fep01.ttnet.net.tr@localhost \
--to=sezeroz@ttnet.net.tr \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.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.