On Thursday March 16, [email protected] wrote:
> NeilBrown <[email protected]> wrote:
> >
> > @@ -4539,7 +4543,9 @@ static void md_do_sync(mddev_t *mddev)
> > */
> > max_sectors = mddev->resync_max_sectors;
> > mddev->resync_mismatches = 0;
> > - } else
> > + } else if (test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery))
> > + max_sectors = mddev->size << 1;
> > + else
> > /* recovery follows the physical size of devices */
> > max_sectors = mddev->size << 1;
> >
>
> This change is a no-op. Intentional?
Uhmm... sort of.
A later patch adds stuff to the later branch but not the middle one.
This comes from creating a patch to fix a bug, then merging it back
into the wrong original patch...
NeilBrown
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]