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 <adam.kwolek@xxxxxxxxx> --- Grow.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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: -- 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