• N
    md/raid0: two cleanups in create_stripe_zones. · d27a43ab
    NeilBrown 提交于
    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: NNeilBrown <neilb@suse.de>
    d27a43ab
raid0.c 14.6 KB