]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
FIX: Add error message in container_reshape()
authorAdam Kwolek <adam.kwolek@intel.com>
Thu, 15 Dec 2011 03:34:46 +0000 (14:34 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 15 Dec 2011 03:34:46 +0000 (14:34 +1100)
commit97a3490c0d9eb1672a3804625d5c58bcc29a08e1
tree9c63518dc9f564ff66ab03277c285cbc20abd6ea
parent2d04d7e5c38b107905aea37277601d889ecf2302
FIX: Add error message in container_reshape()

Add proper error message for container reshape when device cannot be opened.
fd variable operation is moved down to display information what particular
device cannot be opened.

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