t/io_uring: clarify polled support is fs + device
[fio.git] / t / io_uring.c
index 79a92311b0dc7cb913b605192b5bb6fe5acf2ec7..208b58a50a8d6b39e2e05dc0c26fce94ad7e8479 100644 (file)
@@ -264,7 +264,8 @@ static int reap_events(struct submitter *s)
                        if (cqe->res != BS) {
                                printf("io: unexpected ret=%d\n", cqe->res);
                                if (polled && cqe->res == -EOPNOTSUPP)
-                                       printf("Your filesystem doesn't support poll\n");
+                                       printf("Your filesystem/device doesn't "
+                                               "support polled IO\n");
                                return -1;
                        }
                }