From: Andre Noll Date: Tue, 16 Jun 2009 06:47:10 +0000 (+1000) Subject: md: raid0: Remove hash spacing and sector shift. X-Git-Tag: v2.6.31-rc1~143^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f79cfcdb65472f1504ade2f53e5f2bfdaeb95da;p=pandora-kernel.git md: raid0: Remove hash spacing and sector shift. 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 Signed-off-by: NeilBrown --- Reading git-diff-tree failed