Add logging for queue submit and complet counts
[fio.git] / engines / sg.c
index a9ff93a30280a5b95ceeb68bf04d83ce21bff4fe..72bbc4e82b99c9d8666f4c875fb0c1bf6f95d8e8 100644 (file)
@@ -277,7 +277,7 @@ static int fio_sgio_get_bs(struct thread_data *td, unsigned int *bs)
        int ret;
 
        io_u = __get_io_u(td);
-       io_u->file = &td->files[0];
+       io_u->file = td->files[0];
        assert(io_u);
 
        hdr = &io_u->hdr;
@@ -388,7 +388,7 @@ static int fio_sgio_open(struct thread_data *td, struct fio_file *f)
                return ret;
 
        if (sd && !sd->type_checked && fio_sgio_type_check(td, f)) {
-               generic_close_file(td, f);
+               ret = generic_close_file(td, f);
                return 1;
        }