Re: [PATCH] md: Fix for raid6 reshape.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thursday March 1, akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> On Fri, 2 Mar 2007 15:56:55 +1100 NeilBrown <neilb@xxxxxxx> wrote:
> 
> > -	conf->expand_progress = (sector_nr + i)*(conf->raid_disks-1);
> > +	conf->expand_progress = (sector_nr + i) * new_data_disks);
> 
> ahem.


It wasn't like that when I tested it, honest...
But the original got caught up with some other changes which were not
really related so I removed them all and just made this change
manually.... and totally messed it up (again).  Sorry.

Of course it should be

> > +	conf->expand_progress = (sector_nr + i) * new_data_disks;

NeilBrown
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux