From: Felix Zielcke <fzielcke@z-51.de>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] Split of raid scan code
Date: Tue, 12 Aug 2008 14:24:58 +0200 [thread overview]
Message-ID: <1218543898.7497.16.camel@fz.local> (raw)
In-Reply-To: <ca0f59980808120449s61abd11iefb197cd3b1672d5@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 616 bytes --]
Am Dienstag, den 12.08.2008, 19:49 +0800 schrieb Bean:
> Hi,
>
> Ok, I make some adjustment, now grub-install & update-grub works for
> raid device.
>
> If no one objects, I'd commit this soon.
>
Before your mail came in, I just talked with Robert about the fixes
which I'd like to have in lenny.
13:54:48 < nyu> fzielcke: okay then. if you see bean could you ask him
to commit this fix separately?
He wants to have your little one line raid 0 fix commited separately
I attached the .diff for this against current SVN so you don't need to
make one.
This patch will be in the next upload targeted for lenny.
[-- Attachment #2: raid0_fix.diff --]
[-- Type: text/x-patch, Size: 335 bytes --]
Index: disk/raid.c
===================================================================
--- disk/raid.c (Revision 1800)
+++ disk/raid.c (Arbeitskopie)
@@ -177,7 +177,7 @@
if (err)
break;
- buf += read_size;
+ buf += (read_size << GRUB_DISK_SECTOR_BITS);
size -= read_size;
if (! size)
break;
next prev parent reply other threads:[~2008-08-12 12:24 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-10 11:52 [PATCH] Split of raid scan code Bean
2008-08-10 12:13 ` Felix Zielcke
2008-08-10 14:29 ` Robert Millan
2008-08-10 14:45 ` Bean
2008-08-10 15:49 ` Bean
2008-08-11 18:45 ` Bean
2008-08-11 20:13 ` Bean
2008-08-11 20:24 ` Bean
2008-08-11 20:30 ` Robert Millan
2008-08-12 11:49 ` Bean
2008-08-12 12:24 ` Felix Zielcke [this message]
2008-08-12 13:32 ` Robert Millan
2008-08-13 10:05 ` Marco Gerards
2008-08-13 18:43 ` Bean
2008-08-13 20:01 ` Bean
2008-08-16 9:07 ` Bean
2008-08-16 12:16 ` Robert Millan
2008-08-16 15:20 ` Bean
2008-08-17 14:19 ` Bean
2008-08-17 14:52 ` Robert Millan
2008-08-17 15:08 ` Bean
2008-08-17 15:23 ` Robert Millan
2008-08-18 17:20 ` Bean
2008-08-23 14:51 ` Bean
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=1218543898.7497.16.camel@fz.local \
--to=fzielcke@z-51.de \
--cc=grub-devel@gnu.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 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.