On Sun, 13 Dec 2009 21:49:07 -0700 Dan Williams <dan.j.williams@xxxxxxxxx> wrote: > > +static ssize_t recovery_start_store(mdk_rdev_t *rdev, const char *buf, size_t len) > > +{ > > + unsigned long long recovery_start; > > + > > + if (cmd_match(buf, "none")) > > + recovery_start = MaxSector; > > Should probably do the same for resync_start to be consistent? Good idea, thanks. I've resubmitted the pull request for all the 2.6.33 patches. Thanks, 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