]> git.ipfire.org Git - thirdparty/mdadm.git/commit
DDF: Cleanup validate_geometry_ddf_container()
authorLogan Gunthorpe <logang@deltatee.com>
Wed, 22 Jun 2022 20:25:07 +0000 (14:25 -0600)
committerJes Sorensen <jes@trained-monkey.org>
Sun, 7 Aug 2022 20:27:59 +0000 (16:27 -0400)
commit679bd9508a30b2a0a1baecc9a21dd6c7d8d8d7dc
tree26b67a08d87894cddb899055018261f988bfe880
parent14ae4c37bce9a53da08d59d6c2d7e0946e9c9f47
DDF: Cleanup validate_geometry_ddf_container()

Move the function up so that the function declaration is not necessary
and remove the unused arguments to the function.

No functional changes are intended but will help with a bug fix in the
next patch.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Acked-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Signed-off-by: Jes Sorensen <jes@trained-monkey.org>
super-ddf.c