]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Monitor.c
Monitor/check_array: Centralize exit path
authorJes Sorensen <jsorensen@fb.com>
Tue, 9 May 2017 20:25:23 +0000 (16:25 -0400)
committerJes Sorensen <jsorensen@fb.com>
Tue, 9 May 2017 20:25:23 +0000 (16:25 -0400)
commit1830e74b4cbde28279f341bc80b68e9d82df32c6
treec54e4a9ab01f8fcbd077bcf2166b737d9d60f2c6
parent4b57ecf6cea134edff75a2f3a87ee48d52715c70
Monitor/check_array: Centralize exit path

Improve exit handling to make it easier to share error handling and free
sysfs entries later.

Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Monitor.c