md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap'
authorNeilBrown <neilb@suse.de>
Tue, 22 May 2012 03:55:24 +0000 (13:55 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 22 May 2012 03:55:24 +0000 (13:55 +1000)
The new "struct bitmap_counts" contains all the fields that are
related to counting the number of active writes in each bitmap chunk.

Having this separate will make it easier to change the chunksize
or overall size of a bitmap atomically.

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

No differences found