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 <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Adam Kwolek 2011-02-14 09:23:37 +11:00 committed by NeilBrown
parent b53477997d
commit e84f2c006e
1 changed files with 1 additions and 0 deletions

1
Grow.c
View File

@ -2095,6 +2095,7 @@ started:
out:
if (forked)
return 0;
unfreeze(st);
exit(0);
release: