]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super1.c
super1: fix calculation of space_before
authorNeilBrown <neilb@suse.com>
Thu, 28 Jan 2016 00:44:27 +0000 (11:44 +1100)
committerNeilBrown <neilb@suse.com>
Thu, 28 Jan 2016 00:44:27 +0000 (11:44 +1100)
commitac92b44a8736071fef61116d04b4e1bfebee30ab
tree9b9e04fe4a439c564bba90dca7f249c4229ee26c
parent32539f74d2d51d72b57f2314943ea8e0df6dab41
super1: fix calculation of space_before

This code was meant to update 'earliest' but clearly never doesn't.

This bug would only affect an array with a very large bitmap so it is unlikely
to be significant.

Signed-off-by: NeilBrown <neilb@suse.com>
super1.c