From: NeilBrown Date: Tue, 16 Jun 2009 06:46:46 +0000 (+1000) Subject: md/raid0: two cleanups in create_stripe_zones. X-Git-Tag: v2.6.31-rc1~143^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d27a43abd7be0ab4b2337e4587feca8c7340e5f9;p=pandora-kernel.git md/raid0: two cleanups in create_stripe_zones. 1/ remove current_start. The same value is available in zone->dev_start and storing it separately doesn't gain anything. 2/ rename curr_zone_start to curr_zone_end as we are now more focused on the 'end' of each zone. We end up storing the same number though - the old name was a little confusing (and what does 'current' mean in this context anyway). Signed-off-by: NeilBrown --- Reading git-diff-tree failed