Commit a666e68
committed
io/uring/Ring: Mark the io_uring as non-iowait%
Linux 6.15 introduced io_uring_set_iowait(3) which allows user to
disable the wa% on waiting io_uring.
The error code is intentionally ignored, as the function call will fail
on earlier Linux system, and a macro guard is added to allow build to
succeed on liburing < 2.10.
This commit fixes #2241.1 parent 6c5fca0 commit a666e68
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
| |||
0 commit comments