commit | 1ec885cdd01a9ad867dbb9fd32a1bfcc0875c486 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Tue May 22 13:55:10 2012 +1000 |
committer | NeilBrown <neilb@suse.de> | Tue May 22 13:55:10 2012 +1000 |
tree | 232eaa1e1b7820ca8e97782666f7742f78bef175 | |
parent | d189122d4bca2647441fdc170dc6d4cc5c8bb2fa [diff] |
md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct. This new 'struct bitmap_storage' reflects the external storage of the bitmap. Having this clearly defined will make it easier to change the storage used while the array is active. Signed-off-by: NeilBrown <neilb@suse.de>