]> www.infradead.org Git - users/dwmw2/linux.git/commit
io_uring: remove 'loops' argument from trace_io_uring_task_work_run()
authorJens Axboe <axboe@kernel.dk>
Tue, 30 Jan 2024 14:03:46 +0000 (07:03 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Feb 2024 20:27:06 +0000 (13:27 -0700)
commit4c98b89175a229a1eb9e6db67b4b7c0d712c86a7
tree3d4ce69706b02042ccf505af171410affec6a44e
parent592b4805432af075468876771c0f7d41273ccb3c
io_uring: remove 'loops' argument from trace_io_uring_task_work_run()

We no longer loop in task_work handling, hence delete the argument from
the tracepoint as it's always 1 and hence not very informative.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/trace/events/io_uring.h
io_uring/io_uring.c