md: move offset, daemon_sleep and chunksize out of bitmap structure
authorNeilBrown <neilb@suse.de>
Mon, 14 Dec 2009 01:49:53 +0000 (12:49 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 14 Dec 2009 01:51:41 +0000 (12:51 +1100)
commit42a04b5078ce73a32f85762551d5703c5bd646a1
tree3ef384933cd33d000516c292712da9a99e273360
parentc3d9714e88c8685cf9bc837c3241fc005f95fb82
md: move offset, daemon_sleep and chunksize out of bitmap structure

... and into bitmap_info.  These are all configuration parameters
that need to be set before the bitmap is created.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/bitmap.c
drivers/md/bitmap.h
drivers/md/md.c
drivers/md/md.h
drivers/md/raid1.c
drivers/md/raid10.c