]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Incremental.c
Incremental: Use md_array_active() where applicable
authorJes Sorensen <jsorensen@fb.com>
Tue, 25 Apr 2017 18:57:46 +0000 (14:57 -0400)
committerJes Sorensen <jsorensen@fb.com>
Tue, 25 Apr 2017 18:57:46 +0000 (14:57 -0400)
commitff4ad24b1c261ab4d286cbe54157d7c588191692
treee28f5a7280b914df4ef89d98e1e88ea0cc892021
parent0885b942b3575c7f2a8290087751d83902587371
Incremental: Use md_array_active() where applicable

md_get_array_info() == 0 implies an array is active, however this is more
correct.

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