Index: fs/partitions/efi.c =================================================================== RCS file: /var/cvs/linux/fs/partitions/efi.c,v retrieving revision 1.4 diff -u -p -r1.4 efi.c --- fs/partitions/efi.c 15 May 2002 16:15:16 -0000 1.4 +++ fs/partitions/efi.c 16 Aug 2002 16:14:55 -0000 @@ -740,7 +740,7 @@ add_gpt_partitions(struct gendisk *hd, s PARTITION_LINUX_RAID_GUID)) { md_autodetect_dev(MKDEV (MAJOR(to_kdev_t(bdev->bd_dev)), - nextminor)); + nextminor+i)); } #endif }