Searched refs:newmirrors (Results 1 – 1 of 1) sorted by relevance
2141 mirror_info_t *newmirrors; in raid1_reshape() local2184 newmirrors = kzalloc(sizeof(struct mirror_info) * raid_disks, GFP_KERNEL); in raid1_reshape()2185 if (!newmirrors) { in raid1_reshape()2214 newmirrors[d2++].rdev = rdev; in raid1_reshape()2217 conf->mirrors = newmirrors; in raid1_reshape()