From: Adam Kwolek Date: Sun, 13 Feb 2011 22:23:37 +0000 (+1100) Subject: FIX: array after migration should be unfrozen X-Git-Tag: mdadm-3.2.1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e84f2c006ef41ad60064399f8352e82d34507961;p=thirdparty%2Fmdadm.git 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 --- diff --git a/Grow.c b/Grow.c index e3d3cb8e..402da5ee 100644 --- a/Grow.c +++ b/Grow.c @@ -2095,6 +2095,7 @@ started: out: if (forked) return 0; + unfreeze(st); exit(0); release: