From: NeilBrown Date: Thu, 9 Jun 2011 03:00:46 +0000 (+1000) Subject: restripe: fix compile error in stand-alone program. X-Git-Tag: mdadm-3.2.2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c071a1cd8d2004839837bdf6521cb4e1e35c45ce;p=thirdparty%2Fmdadm.git restripe: fix compile error in stand-alone program. Signed-off-by: NeilBrown --- diff --git a/restripe.c b/restripe.c index 1c42b603..0c8ac08a 100644 --- a/restripe.c +++ b/restripe.c @@ -967,7 +967,7 @@ main(int argc, char *argv[]) int rv = restore_stripes(fds, offsets, raid_disks, chunk_size, level, layout, storefd, 0ULL, - start, length); + start, length, NULL); if (rv != 0) { fprintf(stderr, "test_stripe: restore_stripes returned %d\n",