]> git.ipfire.org Git - thirdparty/grub.git/commit
2008-02-08 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Fri, 8 Feb 2008 12:32:25 +0000 (12:32 +0000)
committerrobertmh <robertmh@localhost>
Fri, 8 Feb 2008 12:32:25 +0000 (12:32 +0000)
commit5626aee18653b460aee4450367fa11273ed1508a
tree368d253b98011983bd862b5528340a1938db6c35
parent554f01874450f3490d21481c8c2358a8a8382dae
2008-02-08  Robert Millan  <rmh@aybabtu.com>

        * include/grub/raid.h (struct grub_raid_array): Change type of `device'
        to a grub_disk_t array.
        * disk/raid.c (grub_raid_read): Replace `device[x].disk' accesses with
        `device[x]'.
        (grub_raid_scan_device): Replace `device[x].name' accesses with
        `device[x]->name'.  Simplify initialization of `array->device[x]'.
ChangeLog
disk/raid.c
include/grub/raid.h