* FW: [PATCH 1/2] Grow: Use 'forked' also for reshape_container in Grow_continue
@ 2014-05-30 14:39 Baldysiak, Pawel
2014-06-02 2:39 ` NeilBrown
0 siblings, 1 reply; 2+ messages in thread
From: Baldysiak, Pawel @ 2014-05-30 14:39 UTC (permalink / raw)
To: neilb@suse.de; +Cc: linux-raid@vger.kernel.org, Paszkiewicz, Artur
Similar to commit 06e293d0970e36b1ed049b9d3ccb21a870e9d2eb
same thing should be done for reshape_container in Grow_continue
Signed-off-by: Pawel Baldysiak <pawel.baldysiak@intel.com>
Reviewed-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
---
Grow.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Grow.c b/Grow.c
index 2af6c96..158a709 100644
--- a/Grow.c
+++ b/Grow.c
@@ -4950,7 +4950,7 @@ int Grow_continue(int mdfd, struct supertype *st, struct mdinfo *info,
close(cfd);
ret_val = reshape_container(st->container_devnm, NULL, mdfd,
st, info, 0, backup_file,
- 0, 1,
+ 0, forked,
1 | info->reshape_active,
freeze_reshape);
} else
--
1.9.0
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] Grow: Use 'forked' also for reshape_container in Grow_continue
2014-05-30 14:39 FW: [PATCH 1/2] Grow: Use 'forked' also for reshape_container in Grow_continue Baldysiak, Pawel
@ 2014-06-02 2:39 ` NeilBrown
0 siblings, 0 replies; 2+ messages in thread
From: NeilBrown @ 2014-06-02 2:39 UTC (permalink / raw)
To: Baldysiak, Pawel; +Cc: linux-raid@vger.kernel.org, Paszkiewicz, Artur
[-- Attachment #1: Type: text/plain, Size: 1859 bytes --]
On Fri, 30 May 2014 14:39:28 +0000 "Baldysiak, Pawel"
<pawel.baldysiak@intel.com> wrote:
> Similar to commit 06e293d0970e36b1ed049b9d3ccb21a870e9d2eb
> same thing should be done for reshape_container in Grow_continue
>
> Signed-off-by: Pawel Baldysiak <pawel.baldysiak@intel.com>
> Reviewed-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
>
> ---
> Grow.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Grow.c b/Grow.c
> index 2af6c96..158a709 100644
> --- a/Grow.c
> +++ b/Grow.c
> @@ -4950,7 +4950,7 @@ int Grow_continue(int mdfd, struct supertype *st, struct mdinfo *info,
> close(cfd);
> ret_val = reshape_container(st->container_devnm, NULL, mdfd,
> st, info, 0, backup_file,
> - 0, 1,
> + 0, forked,
> 1 | info->reshape_active,
> freeze_reshape);
> } else
Applied (After fixing up whitespace damage) - thanks.
NeilBrown
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-02 2:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30 14:39 FW: [PATCH 1/2] Grow: Use 'forked' also for reshape_container in Grow_continue Baldysiak, Pawel
2014-06-02 2:39 ` NeilBrown
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).