restripe: fix compile error in stand-alone program.

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2011-06-09 13:00:46 +10:00
parent 9894ec0d64
commit c071a1cd8d
1 changed files with 1 additions and 1 deletions

View File

@ -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",