diff options
author | Dylan Yudaken <[email protected]> | 2022-11-07 04:33:49 -0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2022-11-21 07:38:54 -0700 |
commit | ef67fcb41de6d3d5bbb16aaa66d4c706c4cacf54 (patch) | |
tree | 2d32a930271cdc6512e2c8ea59676ff0e751ae46 /tools/perf/util/scripting-engines/trace-event-perl.c | |
parent | df730ec21f7ba395b1b22e7f93a3a85b1d1b7882 (diff) |
io_uring: do not always force run task_work in io_uring_register
Running task work when not needed can unnecessarily delay
operations. Specifically IORING_SETUP_DEFER_TASKRUN tries to avoid running
task work until the user requests it. Therefore do not run it in
io_uring_register any more.
The one catch is that io_rsrc_ref_quiesce expects it to have run in order
to process all outstanding references, and so reorder it's loop to do this.
Signed-off-by: Dylan Yudaken <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions