On Thu, 13 Jan 2011 16:32:44 +0100 Krzysztof Wojcik <krzysztof.wojcik@xxxxxxxxx> wrote: > For non re-striping transitions array must be unfrozen > before end of processing. > > Signed-off-by: Krzysztof Wojcik <krzysztof.wojcik@xxxxxxxxx> > --- > Grow.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Grow.c b/Grow.c > index 47a8fb8..c0f9419 100644 > --- a/Grow.c > +++ b/Grow.c > @@ -1751,7 +1751,7 @@ static int reshape_array(char *container, int cfd, int fd, char *devname, > printf("chunk size for %s set to %d\n", > devname, info->array.chunk_size); > } > - > + unfreeze(st); > return rv; > } > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-raid" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html I already had an unfreeze in there, condition on 'forked', how I think yours is more correct - I don't want the condition there. Applied thanks, NeilBrown -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html