]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
Make child_monitor a candidate for ->manage_reshape
authorNeilBrown <neilb@suse.de>
Wed, 12 Jan 2011 03:46:17 +0000 (14:46 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 12 Jan 2011 03:46:17 +0000 (14:46 +1100)
commit999b497251a9db3c284c3ebd69d0d5e1903dd8dd
tree95501c393e57df967fb5c50761e6448a493c1ec9
parentda8100ca48c1f0b80d61a9c39e4a409ca09f6a19
Make child_monitor a candidate for ->manage_reshape

Child_monitor was design to perform 'manage_reshape' for native
arrays.  So change the signature for ->manage_reshape to match
child_monitor and move the all to the same place that child_monitor
is called from.

Also give super-intel a manage_reshape handler which simple calls
child_monitor.

Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c
mdadm.h
mdmon.c
super-intel.c