Remove freeze() call from Grow_continue()

Grow_continue() for external metadata should be executed on blocked
from monitoring array(s)/container.
Additional call to freeze() is not necessary in such case.
It produces meaningless error message only.

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Adam Kwolek 2011-10-05 13:33:29 +11:00 committed by NeilBrown
parent 3ad2563886
commit 2370a4dc02
1 changed files with 0 additions and 1 deletions

1
Grow.c
View File

@ -3807,7 +3807,6 @@ int Grow_continue(int mdfd, struct supertype *st, struct mdinfo *info,
if (st->ss->external) {
fmt_devname(buf, st->container_dev);
container = buf;
freeze(st);
if (!mdmon_running(st->container_dev))
start_mdmon(st->container_dev);