CVSROOT:        /sources/grub
Module name:    grub2
Changes by:     Robert Millan <robertmh>        08/02/08 12:32:25

Modified files:
        .              : ChangeLog 
        disk           : raid.c 
        include/grub   : raid.h 

Log message:
        2008-02-08  Robert Millan  <[EMAIL PROTECTED]>
        
                * 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]'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/grub2/ChangeLog?cvsroot=grub&r1=1.570&r2=1.571
http://cvs.savannah.gnu.org/viewcvs/grub2/disk/raid.c?cvsroot=grub&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/grub2/include/grub/raid.h?cvsroot=grub&r1=1.3&r2=1.4


_______________________________________________
Commit-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-grub

Reply via email to