Skip to content
Commit fb7b9b02 authored by Vincent Fu's avatar Vincent Fu Committed by Jens Axboe
Browse files

kyber: make trace_block_rq call consistent with documentation



The kyber ioscheduler calls trace_block_rq_insert() *after* the request
is added to the queue but the documentation for trace_block_rq_insert()
says that the call should be made *before* the request is added to the
queue.  Move the tracepoint for the kyber ioscheduler so that it is
consistent with the documentation.

Signed-off-by: default avatarVincent Fu <vincent.fu@samsung.com>
Link: https://lore.kernel.org/r/20210804194913.10497-1-vincent.fu@samsung.com


Reviewed by: Adam Manzanares <a.manzanares@samsung.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 2e9fb2c1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment