]> git.ipfire.org Git - thirdparty/mdadm.git/commit
IncrementalScan: Use md_array_active() instead of md_get_array_info()
authorJes Sorensen <jsorensen@fb.com>
Fri, 5 May 2017 16:18:29 +0000 (12:18 -0400)
committerJes Sorensen <jsorensen@fb.com>
Fri, 5 May 2017 16:18:29 +0000 (12:18 -0400)
commit00e56fd9537e1f69583d8b0f60faf02026f24d1b
treecd1759c8902bec6d5c64a37aa3e538de0f741bc1
parent74d293a2535ef8726a9d43577dad4a908f471a0e
IncrementalScan: Use md_array_active() instead of md_get_array_info()

This eliminates yet another case where GET_ARRAY_INFO was used to
indicate whether the array was active.

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