diff options
author | Zhilong Liu <zlliu@suse.com> | 2017-03-20 06:21:24 +0100 |
---|---|---|
committer | Jes Sorensen <Jes.Sorensen@gmail.com> | 2017-03-28 00:16:19 +0200 |
commit | e81070a69bf0c6e20f95806b6c60f6ec5c952a20 (patch) | |
tree | 47c56f10dd591e86b4613008f20e68864395c169 /mdmon.c | |
parent | mdadm:it doesn't make sense to set --bitmap twice (diff) | |
download | mdadm-e81070a69bf0c6e20f95806b6c60f6ec5c952a20.tar.xz mdadm-e81070a69bf0c6e20f95806b6c60f6ec5c952a20.zip |
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>
Diffstat (limited to 'mdmon.c')
-rw-r--r-- | mdmon.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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, |