Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bi…
…tmap' 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>
- Loading branch information