summaryrefslogtreecommitdiffstats
path: root/mdmon.c
diff options
context:
space:
mode:
authorZhilong Liu <zlliu@suse.com>2017-03-20 06:21:24 +0100
committerJes Sorensen <Jes.Sorensen@gmail.com>2017-03-28 00:16:19 +0200
commite81070a69bf0c6e20f95806b6c60f6ec5c952a20 (patch)
tree47c56f10dd591e86b4613008f20e68864395c169 /mdmon.c
parentmdadm:it doesn't make sense to set --bitmap twice (diff)
downloadmdadm-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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mdmon.c b/mdmon.c
index e4b73d96..95e9bbae 100644
--- a/mdmon.c
+++ b/mdmon.c
@@ -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,