md: raid0: Remove hash spacing and sector shift.
authorAndre Noll <maan@systemlinux.org>
Tue, 16 Jun 2009 06:47:10 +0000 (16:47 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 16 Jun 2009 06:47:10 +0000 (16:47 +1000)
The "sector_shift" and "spacing" fields of struct raid0_private_data
were only used for the hash table lookups. So the removal of the
hash table allows get rid of these fields as well which simplifies
create_strip_zones() and raid0_run() quite a bit.

Signed-off-by: Andre Noll <maan@systemlinux.org>
Signed-off-by: NeilBrown <neilb@suse.de>

No differences found