]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
Grow: introduce min_offset_change to struct reshape.
authorNeilBrown <neilb@suse.de>
Wed, 22 May 2013 02:17:32 +0000 (12:17 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 22 May 2013 02:20:39 +0000 (12:20 +1000)
commit89ecd3cfe41685cf260ed8f53ff95e2f0ad625cb
tree728c3e13e277e32f6b69caebc69ab8bb56e6f592
parent6b2fc3c162a4a9d6bd332aeddeb4ca9a8ba90ad0
Grow: introduce min_offset_change to struct reshape.

raid10 currently uses the 'backup_blocks' field to store something
else: a minimum offset change.
This is bad practice, we will shortly need to have both for RAID5/6,
so make a separate field.

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