The 'num_unordered' will be recounted after 'goto out', just remove it. Signed-off-by: Gui Hecheng <guihc.f...@cn.fujitsu.com> --- chunk-recover.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/chunk-recover.c b/chunk-recover.c index d5a688e..8bc5bc3 100644 --- a/chunk-recover.c +++ b/chunk-recover.c @@ -1905,7 +1905,6 @@ next_csum: fprintf(stderr, "Fetch csum failed\n"); goto fail_out; } else if (ret == 1) { - num_unordered = count_devext_records(&unordered); if (!(*flags & EQUAL_STRIPE)) *flags |= EQUAL_STRIPE; goto out; -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html