]> git.ipfire.org Git - thirdparty/mdadm.git/commit
FIX: Arrays cannot be opened exclusively
authorAdam Kwolek <adam.kwolek@intel.com>
Mon, 17 Jan 2011 04:06:02 +0000 (15:06 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 17 Jan 2011 04:06:02 +0000 (15:06 +1100)
commit55f14721920616a538c6ff1b4fa3b3cd68e41c7e
treeb7b27f3c00d4498fb261c1a47624ed01614bf078
parente35b189b4e8e7b7c900c388e5fd678c1db1c81ba
FIX: Arrays cannot be opened exclusively

When reshaping it is correct to open containers exclusively, but not
arrays.  The array could very easily be in use, e.g. by a mounted
filesystem.

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c