X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=1e9018c4f6ee85bc5362aea312b9b2ec15a15978;hp=fc49bd325879f01d63c53efaaff25cc0e34e63e2;hb=87c27b45f8d50720d7a9f12abc7e83d0a7463021;hpb=9fd189697dbf9fb7878093be5e41f25b7f932c2d diff --git a/io_u.c b/io_u.c index fc49bd32..1e9018c4 100644 --- a/io_u.c +++ b/io_u.c @@ -686,6 +686,7 @@ static struct fio_file *get_next_file_rr(struct thread_data *td, int goodf, if (err) { dprint(FD_FILE, "error %d on open of %s\n", err, f->file_name); + f = NULL; continue; } opened = 1;