linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mdadm/mdmon:deleted the abort_reshape never invoked
@ 2017-03-20  5:21 Zhilong Liu
  2017-03-27 22:16 ` jes.sorensen
  0 siblings, 1 reply; 2+ messages in thread
From: Zhilong Liu @ 2017-03-20  5:21 UTC (permalink / raw)
  To: jes.sorensen; +Cc: linux-raid, Zhilong Liu

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>
---
 mdmon.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/mdmon.c b/mdmon.c
index e4b73d9..95e9bba 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,
-- 
2.6.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mdadm/mdmon:deleted the abort_reshape never invoked
  2017-03-20  5:21 [PATCH] mdadm/mdmon:deleted the abort_reshape never invoked Zhilong Liu
@ 2017-03-27 22:16 ` jes.sorensen
  0 siblings, 0 replies; 2+ messages in thread
From: jes.sorensen @ 2017-03-27 22:16 UTC (permalink / raw)
  To: Zhilong Liu; +Cc: linux-raid

Zhilong Liu <zlliu@suse.com> writes:
> 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>
> ---
>  mdmon.c | 5 -----
>  1 file changed, 5 deletions(-)

This used to be there for super-intel in mdmon, but is no longer needed.

Applied!

Thanks,
Jes

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-27 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-20  5:21 [PATCH] mdadm/mdmon:deleted the abort_reshape never invoked Zhilong Liu
2017-03-27 22:16 ` jes.sorensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).