On 07/08/2013 08:48 AM, NeilBrown wrote: >> -static struct num_mapping ddf_level_num[] = { >> - { DDF_RAID0, 0 }, >> - { DDF_RAID1, 1 }, >> - { DDF_RAID3, LEVEL_UNSUPPORTED }, >> - { DDF_RAID4, 4 }, >> - { DDF_RAID5, 5 }, >> - { DDF_RAID1E, LEVEL_UNSUPPORTED }, >> - { DDF_JBOD, LEVEL_UNSUPPORTED }, >> - { DDF_CONCAT, LEVEL_LINEAR }, >> - { DDF_RAID5E, LEVEL_UNSUPPORTED }, >> - { DDF_RAID5EE, LEVEL_UNSUPPORTED }, >> - { DDF_RAID6, 6}, >> - { MAXINT, MAXINT } >> -}; > > Ooops. You removed that while there was still a user. > Code must compile after each patch! > I've delayed the removal of this structure to the next patch, which removes > the last user. Sorry for that. It happened when I tried to cleanup + reorder my patches. Martin -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html