Re: [GIT PATCH 0/2] external-metadata recovery checkpointing for 2.6.33
From: Neil Brown <hidden>
Date: 2009-12-14 05:35:02
From: Neil Brown <hidden>
Date: 2009-12-14 05:35:02
On Sun, 13 Dec 2009 21:49:07 -0700 Dan Williams [off-list ref] wrote:
quoted
+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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html