]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Assemble/Assemble: Get rid of last use of md_get_version()
authorJes Sorensen <Jes.Sorensen@gmail.com>
Wed, 5 Apr 2017 19:47:37 +0000 (15:47 -0400)
committerJes Sorensen <Jes.Sorensen@gmail.com>
Wed, 5 Apr 2017 19:47:37 +0000 (15:47 -0400)
commitb6e60be6281a2a4ec326a72de114867797a42d7f
tree0b4a79934dd9739ca802c7f6268fff4867cba386
parent1c9591115d577841522acd245cd2445cb77ee204
Assemble/Assemble: Get rid of last use of md_get_version()

At this point in the code, we know we have a valid array, and any
recent kernel will return 9003, so no point in querying the kernel for
this.

Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
Assemble.c