Skip to content

Commit

Permalink
io_uring: rename op -> opcode
Browse files Browse the repository at this point in the history
do this for consistency with the other trace messages

Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link: https://lore.kernel.org/r/20220426082907.3600028-4-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Dylan Yudaken authored and Jens Axboe committed Apr 26, 2022
1 parent 33337d0 commit 1460af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/trace/events/io_uring.h
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ TRACE_EVENT(io_uring_req_failed,
),

TP_printk("ring %p, req %p, user_data 0x%llx, "
"op %d, flags 0x%x, prio=%d, off=%llu, addr=%llu, "
"opcode %d, flags 0x%x, prio=%d, off=%llu, addr=%llu, "
"len=%u, rw_flags=0x%x, buf_index=%d, "
"personality=%d, file_index=%d, pad=0x%llx, addr3=%llx, "
"error=%d",
Expand Down

0 comments on commit 1460af7

Please sign in to comment.