]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm: pass struct context for external reshapes
authorMateusz Kusiak <mateusz.kusiak@intel.com>
Mon, 29 Apr 2024 13:07:13 +0000 (15:07 +0200)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Mon, 6 May 2024 23:49:19 +0000 (01:49 +0200)
commitbdc2c56998abf76141294b04facf20217cfd1911
tree996e200a6123e98c9b11b0d33ecbcec85086d0d7
parent52bead95d2957437c691891fcdc49bd6afccdd49
mdadm: pass struct context for external reshapes

This patch alters mutiple functions calls so the context is passed to
external reshape functions.

There are two main reasons behind it:
- reduces number of arguments passed and unifies them,
- imsm code will make use of context in incoming patches.

Signed-off-by: Mateusz Kusiak <mateusz.kusiak@intel.com>
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Assemble.c
Grow.c
mdadm.c
mdadm.h
super-intel.c