sg engine: fix old comment
authorJens Axboe <jens.axboe@oracle.com>
Mon, 2 Apr 2007 09:04:47 +0000 (11:04 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 2 Apr 2007 09:04:47 +0000 (11:04 +0200)
We don't even need to set f to files[0], the loop sets up
the poll appropriately.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/sg.c

index 3462688a8d5295980bb6204c56f77581825989ea..8856c6f9dc6c98c874c0a51dcd90daf51fadfacf 100644 (file)
@@ -65,15 +65,11 @@ static int pollin_events(struct pollfd *pfds, int fds)
 static int fio_sgio_getevents(struct thread_data *td, int min, int max,
                              struct timespec fio_unused *t)
 {
-       /*
-        * normally hard coding &td->files[0] is a bug that needs to be fixed,
-        * but it's ok here as all files should point to the same device.
-        */
-       struct fio_file *f = &td->files[0];
        struct sgio_data *sd = td->io_ops->data;
        int left = max, ret, r = 0;
        void *buf = sd->sgbuf;
        unsigned int i, events;
+       struct fio_file *f;
 
        /*
         * Fill in the file descriptors