md: prepare for non-power-of-two chunk sizes
authorraz ben yehuda <raziebe@gmail.com>
Tue, 16 Jun 2009 07:01:42 +0000 (17:01 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 16 Jun 2009 07:01:42 +0000 (17:01 +1000)
Remove chunk size check from md as this is now performed in the run
function in each personality.

Replace chunk size power 2 code calculations by a regular division.

Signed-off-by: raziebe@gmail.com
Signed-off-by: NeilBrown <neilb@suse.de>

No differences found