binject: setup and teardown mappings internally
[fio.git] / filesetup.c
index 5a8105a6032e24b2e45a8a9d028c2a0b7e2552fe..ae893c7b178ecf4ab3080afd70095a3af2c97e2e 100644 (file)
@@ -244,6 +244,7 @@ static int bdev_size(struct thread_data *td, struct fio_file *f)
        r = blockdev_size(f->fd, &bytes);
        if (r) {
                td_verror(td, r, "blockdev_size");
+               printf("fd is %d\n", f->fd);
                goto err;
        }