From: Adam Kwolek Date: Wed, 5 Oct 2011 02:33:29 +0000 (+1100) Subject: Remove freeze() call from Grow_continue() X-Git-Tag: mdadm-3.2.3~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2370a4dc029bcf96076d7fbfc53a38123dad4cd3;p=thirdparty%2Fmdadm.git 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 Signed-off-by: NeilBrown --- diff --git a/Grow.c b/Grow.c index 9fa2d6b4..24d4b84b 100644 --- a/Grow.c +++ b/Grow.c @@ -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);