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:
6cf52b4
)
io_uring: remove unused rsrc_put_fn
author
Anuj Gupta
<anuj20.g@samsung.com>
Mon, 2 Sep 2024 06:21:34 +0000
(11:51 +0530)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 2 Sep 2024 15:39:57 +0000
(09:39 -0600)
rsrc_put_fn is declared but never used, remove it.
Signed-off-by: Anuj Gupta <anuj20.g@samsung.com>
Link:
https://lore.kernel.org/r/20240902062134.136387-3-anuj20.g@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/rsrc.h
patch
|
blob
|
history
diff --git
a/io_uring/rsrc.h
b/io_uring/rsrc.h
index
18242b2
..
3d0dda3
100644
(file)
--- a/
io_uring/rsrc.h
+++ b/
io_uring/rsrc.h
@@
-22,8
+22,6
@@
struct io_rsrc_put {
};
};
-typedef void (rsrc_put_fn)(struct io_ring_ctx *ctx, struct io_rsrc_put *prsrc);
-
struct io_rsrc_data {
struct io_ring_ctx *ctx;