]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: move error message closer to error cause.
authorNeilBrown <neilb@suse.de>
Tue, 18 May 2010 02:29:28 +0000 (12:29 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 18 May 2010 02:29:28 +0000 (12:29 +1000)
commitc03ef02d92e4b2a7397f7247ea5a25d932a1a889
treeda0547f8108ef653b2f9b2a9314795d7ca90e1d0
parent200871adf9e15d5ad985f28c349fd89c386ef48a
Grow: move error message closer to error cause.

A recent change move the sysfs_read call away from the check that it
succeeded.  This patch moves the check back next to the sysfs_read
call.

Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c