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:
d5e31db
)
io_uring/zcrx: remove extra io_zcrx_drop_netdev
author
Pavel Begunkov
<asml.silence@gmail.com>
Tue, 16 Sep 2025 14:27:47 +0000
(15:27 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Tue, 16 Sep 2025 18:37:20 +0000
(12:37 -0600)
io_close_queue() already detaches the netdev, don't unnecessary call
io_zcrx_drop_netdev() right after.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/zcrx.c
patch
|
blob
|
history
diff --git
a/io_uring/zcrx.c
b/io_uring/zcrx.c
index
bd2fb36
..
7a46e6f
100644
(file)
--- a/
io_uring/zcrx.c
+++ b/
io_uring/zcrx.c
@@
-517,7
+517,6
@@
static void io_close_queue(struct io_zcrx_ifq *ifq)
static void io_zcrx_ifq_free(struct io_zcrx_ifq *ifq)
{
io_close_queue(ifq);
- io_zcrx_drop_netdev(ifq);
if (ifq->area)
io_zcrx_free_area(ifq->area);