commit | 2ac06c3332898103210b478c5a17c20e28929287 | [log] [tgz] |
---|---|---|
author | raz ben yehuda <raziebe@gmail.com> | Tue Jun 16 17:01:42 2009 +1000 |
committer | NeilBrown <neilb@suse.de> | Tue Jun 16 17:01:42 2009 +1000 |
tree | 6f34315bbdcc8a8300ab2ab5edcd4cb96150e583 | |
parent | 740da44918680a0c72411ae4ccdd1861069afcc4 [diff] |
md: prepare for non-power-of-two chunk sizes 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>