]> git.karo-electronics.de Git - karo-tx-linux.git/commit
md/raid10: Introduce 'prev' geometry to support reshape.
authorNeilBrown <neilb@suse.de>
Tue, 24 Apr 2012 00:57:48 +0000 (10:57 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 24 Apr 2012 00:57:48 +0000 (10:57 +1000)
commitc89be936f4cbd54114746991116b0806e5ab9578
tree087309f96fe9ed3abac57f0613198172fcb5c22d
parent478fc2e5a3cf743ff93ee561c3999b303c48df36
md/raid10: Introduce 'prev' geometry to support reshape.

When RAID10 supports reshape it will need a 'previous' and a 'current'
geometry, so introduce that here.
Use the 'prev' geometry when before the reshape_position, and the
current 'geo' when beyond it.  At other times, use both as
appropriate.

For now, both are identical (And reshape_position is never set).

When we use the 'prev' geometry, we must use the old data_offset.
When we use the current (And a reshape is happening) we must use
the new_data_offset.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid10.c
drivers/md/raid10.h