[PATCH] f->fileno is not used
[fio.git] / init.c
diff --git a/init.c b/init.c
index e314d6c0a74067904e8beacc3f832a48085e2772..76d8d816a62dff135518d77e216e9201fada335d 100644 (file)
--- a/init.c
+++ b/init.c
@@ -187,7 +187,6 @@ static int add_job(struct thread_data *td, const char *jobname, int job_add_num)
                for_each_file(td, f, i) {
                        memset(f, 0, sizeof(*f));
                        f->fd = -1;
-                       f->fileno = i;
 
                        if (td->filename)
                                sprintf(tmp + len, "%s", td->filename);