mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
d15b1721f2
We might have URING #defined at build time, but be running on a kernel which does not support it. For that reason, we should not exit with an error if io_uring_queue_init() fails with ENOSYS. We can just note the lack of support and skip all future io_uring operations. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>