]> git.ipfire.org Git - thirdparty/mdadm.git/commit - sysfs.c
Grow: ensure clean abort if we cannot read the 'completed' file.
authorNeilBrown <neilb@suse.de>
Wed, 27 Jul 2011 07:26:12 +0000 (17:26 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 27 Jul 2011 07:26:12 +0000 (17:26 +1000)
commit6560987b25a88f78ed53d37525d363c126a07b79
treec75a1faafac1760242e49852211f9596f0fc4d5c
parent656b6b5a55adb1fd223d82478c333264af52877a
Grow: ensure clean abort if we cannot read the 'completed' file.

If a read of 'completed' returns an error, select will never fail, so
this loop would never exit.

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