Commit c4212f3
committed
io_uring: flag the fact that linked file assignment is sane
Give applications a way to tell if the kernel supports sane linked files,
as in files being assigned at the right time to be able to reliably
do <open file direct into slot X><read file from slot X> while using
IOSQE_IO_LINK to order them.
Not really a bug fix, but flag it as such so that it gets pulled in with
backports of the deferred file assignment.
Fixes: 6bf9c47 ("io_uring: defer file assignment")
Signed-off-by: Jens Axboe <axboe@kernel.dk>1 parent ce522ba commit c4212f3
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11178 | 11178 | | |
11179 | 11179 | | |
11180 | 11180 | | |
11181 | | - | |
| 11181 | + | |
| 11182 | + | |
11182 | 11183 | | |
11183 | 11184 | | |
11184 | 11185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| 299 | + | |
299 | 300 | | |
300 | 301 | | |
301 | 302 | | |
| |||
0 commit comments