mdadm/mdmon:deleted the abort_reshape never invoked

mdmon.c: abort_reshape() has implemented in Grow.c,
this function doesn't make a lot of sense here.

Signed-off-by: Zhilong Liu <zlliu@suse.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
This commit is contained in:
Zhilong Liu 2017-03-20 13:21:24 +08:00 committed by Jes Sorensen
parent 27c48b375d
commit e81070a69b
1 changed files with 0 additions and 5 deletions

View File

@ -580,11 +580,6 @@ int restore_stripes(int *dest, unsigned long long *offsets,
return 1;
}
void abort_reshape(struct mdinfo *sra)
{
return;
}
int save_stripes(int *source, unsigned long long *offsets,
int raid_disks, int chunk_size, int level, int layout,
int nwrites, int *dest,