]> git.karo-electronics.de Git - karo-tx-linux.git/commit
md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct.
authorNeilBrown <neilb@suse.de>
Tue, 24 Apr 2012 00:57:54 +0000 (10:57 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 24 Apr 2012 00:57:54 +0000 (10:57 +1000)
commit88770fb24d54e154dcdaf0ee38fb8ef5bf94d721
tree81160bba9ab26a2e220ee362c3357dd380a6c0b6
parent42605c5a36a88251e2703af28c25ff3429c982d3
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>
drivers/md/bitmap.c
drivers/md/bitmap.h
drivers/md/md.c