Searched refs:newmirrors (Results 1 – 1 of 1) sorted by relevance
2090 mirror_info_t *newmirrors; in raid1_reshape() local2133 newmirrors = kzalloc(sizeof(struct mirror_info) * raid_disks, GFP_KERNEL); in raid1_reshape()2134 if (!newmirrors) { in raid1_reshape()2163 newmirrors[d2++].rdev = rdev; in raid1_reshape()2166 conf->mirrors = newmirrors; in raid1_reshape()