]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Remove freeze() call from Grow_continue()
authorAdam Kwolek <adam.kwolek@intel.com>
Wed, 5 Oct 2011 02:33:29 +0000 (13:33 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 5 Oct 2011 02:33:29 +0000 (13:33 +1100)
commit2370a4dc029bcf96076d7fbfc53a38123dad4cd3
tree1fcead1fb9154cbeaa6222e10809aaa4b1c5c66e
parent3ad2563886684ab89ed6615a1bb63e23c0d88de2
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>
Grow.c