From: NeilBrown Date: Tue, 22 May 2012 03:55:24 +0000 (+1000) Subject: md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap' X-Git-Tag: v3.5-rc1~110^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40cffcc0e8f9f6e295630cb8b8d58a13baa6c7f9;p=pandora-kernel.git md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap' 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 --- Reading git-diff-tree failed