Skip to content

Commit 1460af7

Browse files
Dylan Yudakenaxboe
authored andcommitted
io_uring: rename op -> opcode
do this for consistency with the other trace messages Signed-off-by: Dylan Yudaken <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 33337d0 commit 1460af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/trace/events/io_uring.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ TRACE_EVENT(io_uring_req_failed,
530530
),
531531

532532
TP_printk("ring %p, req %p, user_data 0x%llx, "
533-
"op %d, flags 0x%x, prio=%d, off=%llu, addr=%llu, "
533+
"opcode %d, flags 0x%x, prio=%d, off=%llu, addr=%llu, "
534534
"len=%u, rw_flags=0x%x, buf_index=%d, "
535535
"personality=%d, file_index=%d, pad=0x%llx, addr3=%llx, "
536536
"error=%d",

0 commit comments

Comments
 (0)