From e84f2c006ef41ad60064399f8352e82d34507961 Mon Sep 17 00:00:00 2001 From: Adam Kwolek Date: Mon, 14 Feb 2011 09:23:37 +1100 Subject: [PATCH] FIX: array after migration should be unfrozen After level migration array is left frozen. When process is not externally forked reshape_array() should unfreeze array before exit (this is not container operation). Signed-off-by: Adam Kwolek Signed-off-by: NeilBrown --- Grow.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Grow.c b/Grow.c index e3d3cb8..402da5e 100644 --- a/Grow.c +++ b/Grow.c @@ -2095,6 +2095,7 @@ started: out: if (forked) return 0; + unfreeze(st); exit(0); release: