summaryrefslogtreecommitdiff
path: root/drivers/md/raid0.h
diff options
context:
space:
mode:
authorAndre Noll <maan@systemlinux.org>2009-06-16 16:46:48 +1000
committerNeilBrown <neilb@suse.de>2009-06-16 16:46:48 +1000
commit09770e0b6ee649313611a2d6a9b44f456072dbd6 (patch)
tree5387e43652ea177341a1b2029747d827363e3a9d /drivers/md/raid0.h
parentd27a43abd7be0ab4b2337e4587feca8c7340e5f9 (diff)
md: raid0: Remove hash table.
The raid0 hash table has become unused due to the changes in the previous patch. This patch removes the hash table allocation and setup code and kills the hash_table field of struct raid0_private_data. Signed-off-by: Andre Noll <maan@systemlinux.org> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/raid0.h')
-rw-r--r--drivers/md/raid0.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/raid0.h b/drivers/md/raid0.h
index 556666fec3a5..a14630a25aa4 100644
--- a/drivers/md/raid0.h
+++ b/drivers/md/raid0.h
@@ -12,7 +12,6 @@ struct strip_zone
struct raid0_private_data
{
- struct strip_zone **hash_table; /* Table of indexes into strip_zone */
struct strip_zone *strip_zone;
mdk_rdev_t **devlist; /* lists of rdevs, pointed to by strip_zone->dev */
int nr_strip_zones;