diff options
author | Dylan Yudaken <dylany@fb.com> | 2022-04-26 10:29:06 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-04-26 14:50:42 +0200 |
commit | 1460af7de6ab33da82b8a1f03ce0f8e831a9e29e (patch) | |
tree | faa8de19c4a4fb85f410c34f831d1a56e42b1464 | |
parent | io_uring: add io_uring_get_opcode (diff) | |
download | linux-1460af7de6ab33da82b8a1f03ce0f8e831a9e29e.tar.xz linux-1460af7de6ab33da82b8a1f03ce0f8e831a9e29e.zip |
io_uring: rename op -> opcode
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>
-rw-r--r-- | include/trace/events/io_uring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/io_uring.h b/include/trace/events/io_uring.h index 05b786f8b0bf..42c7e1a3c6ae 100644 --- a/include/trace/events/io_uring.h +++ b/include/trace/events/io_uring.h @@ -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", |