]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Incremental.c
Incremental - fix small bug in count_active.
authorNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 08:35:25 +0000 (19:35 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 08:35:25 +0000 (19:35 +1100)
commit1d1a9f87a4fbeeb76bcc6f9b4933f3d250a284db
tree7f147967400f9898cc504fca5027afc193233027
parent02e7c5b75cd4ad5176441add156389c71dab6e3a
Incremental - fix small bug in count_active.

If the first device found has a much smaller event count than a
subsequent device, that device will not be entered in the 'avail'
array properly.

Signed-off-by: NeilBrown <neilb@suse.de>
Incremental.c