projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3366e0
)
io_uring/opdef: rename SENDZC_NOTIF to SEND_ZC
author
Stefan Metzmacher
<metze@samba.org>
Fri, 16 Sep 2022 21:36:25 +0000
(23:36 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Sun, 18 Sep 2022 12:59:13 +0000
(06:59 -0600)
It's confusing to see the string SENDZC_NOTIF in ftrace output
when using IORING_OP_SEND_ZC.
Fixes:
b48c312be05e8
("io_uring/net: simplify zerocopy send user API")
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Cc: Pavel Begunkov <asml.silence@gmail.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: io-uring@vger.kernel.org
Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Link:
https://lore.kernel.org/r/8e5cd8616919c92b6c3c7b6ea419fdffd5b97f3c.1663363798.git.metze@samba.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/opdef.c
patch
|
blob
|
history
diff --git
a/io_uring/opdef.c
b/io_uring/opdef.c
index
c61494e
..
c4dddd0
100644
(file)
--- a/
io_uring/opdef.c
+++ b/
io_uring/opdef.c
@@
-471,7
+471,7
@@
const struct io_op_def io_op_defs[] = {
.prep_async = io_uring_cmd_prep_async,
},
[IORING_OP_SEND_ZC] = {
- .name = "SEND
ZC_NOTIF
",
+ .name = "SEND
_ZC
",
.needs_file = 1,
.unbound_nonreg_file = 1,
.pollout = 1,