Commit c9f9ce65 authored by Anuj Gupta's avatar Anuj Gupta Committed by Jens Axboe

io_uring: remove unused rsrc_put_fn

rsrc_put_fn is declared but never used, remove it.
Signed-off-by: default avatarAnuj Gupta <anuj20.g@samsung.com>
Link: https://lore.kernel.org/r/20240902062134.136387-3-anuj20.g@samsung.comSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 6cf52b42
...@@ -22,8 +22,6 @@ struct io_rsrc_put { ...@@ -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_rsrc_data {
struct io_ring_ctx *ctx; struct io_ring_ctx *ctx;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment