remove redundant _fio_rbd_disconnect, which is already called in
[fio.git] / engines / binject.c
index 7d20a3fd7b9ce15d52d86f4b28dc494ba7b24e93..932534a03987eb85fbe1241f35944a4fc287dbed 100644 (file)
@@ -351,7 +351,7 @@ static int fio_binject_open_file(struct thread_data *td, struct fio_file *f)
        if (ret)
                return 1;
 
-       if (f->filetype != FIO_TYPE_BD) {
+       if (f->filetype != FIO_TYPE_BLOCK) {
                log_err("fio: binject only works with block devices\n");
                goto err_close;
        }