linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Subject: [PATCH 2/4] Grow_reshape: need text_version for sub-array processing.
@ 2011-01-11 15:24 Labun, Marcin
  2011-01-12  6:12 ` NeilBrown
  0 siblings, 1 reply; 2+ messages in thread
From: Labun, Marcin @ 2011-01-11 15:24 UTC (permalink / raw)
  To: neilb@suse.de
  Cc: linux-raid@vger.kernel.org, Kwolek, Adam, Williams, Dan J,
	Ciechanowski, Ed, Neubauer, Wojciech

From bffebd79d2f18176727d2c6d9dd111470969cf7a Mon Sep 17 00:00:00 2001
From: Marcin Labun <marcin.labun@intel.com>
Date: Tue, 11 Jan 2011 14:13:10 +0100
Subject: [PATCH 2/4] Grow_reshape: need text_version for sub-array processing.

Signed-off-by: Marcin Labun <marcin.labun@intel.com>
---
 Grow.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Grow.c b/Grow.c
index 41db6f2..1998750 100644
--- a/Grow.c
+++ b/Grow.c
@@ -1497,6 +1497,7 @@ int Grow_reshape(char *devname, int fd, int quiet, char *backup_file,
 
 	info.array = array;
 	sysfs_init(&info, fd, NoMdDev);
+	strcpy(info.text_version, sra->text_version);
 	info.component_size = size*2;
 	info.new_level = level;
 	info.new_chunk = chunksize * 1024;
-- 
1.6.4.2


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

* Re: Subject: [PATCH 2/4] Grow_reshape: need text_version for sub-array processing.
  2011-01-11 15:24 Subject: [PATCH 2/4] Grow_reshape: need text_version for sub-array processing Labun, Marcin
@ 2011-01-12  6:12 ` NeilBrown
  0 siblings, 0 replies; 2+ messages in thread
From: NeilBrown @ 2011-01-12  6:12 UTC (permalink / raw)
  To: Labun, Marcin
  Cc: linux-raid@vger.kernel.org, Kwolek, Adam, Williams, Dan J,
	Ciechanowski, Ed, Neubauer, Wojciech

On Tue, 11 Jan 2011 15:24:17 +0000 "Labun, Marcin" <Marcin.Labun@intel.com>
wrote:

> >From bffebd79d2f18176727d2c6d9dd111470969cf7a Mon Sep 17 00:00:00 2001
> From: Marcin Labun <marcin.labun@intel.com>
> Date: Tue, 11 Jan 2011 14:13:10 +0100
> Subject: [PATCH 2/4] Grow_reshape: need text_version for sub-array processing.
> 
> Signed-off-by: Marcin Labun <marcin.labun@intel.com>
> ---
>  Grow.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/Grow.c b/Grow.c
> index 41db6f2..1998750 100644
> --- a/Grow.c
> +++ b/Grow.c
> @@ -1497,6 +1497,7 @@ int Grow_reshape(char *devname, int fd, int quiet, char *backup_file,
>  
>  	info.array = array;
>  	sysfs_init(&info, fd, NoMdDev);
> +	strcpy(info.text_version, sra->text_version);
>  	info.component_size = size*2;
>  	info.new_level = level;
>  	info.new_chunk = chunksize * 1024;

This and the previous patch are fixing the one issue, so I have combined them
together.

NeilBrown


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

end of thread, other threads:[~2011-01-12  6:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11 15:24 Subject: [PATCH 2/4] Grow_reshape: need text_version for sub-array processing Labun, Marcin
2011-01-12  6:12 ` 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).