Commit d4b30eed authored by Yue Haibing's avatar Yue Haibing Committed by Jens Axboe

io_uring/rsrc: Remove unused declaration io_rsrc_put_tw()

Commit 36b9818a ("io_uring/rsrc: don't offload node free")
removed the implementation but leave declaration.
Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20230808151058.4572-1-yuehaibing@huawei.comSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent b97f96e2
......@@ -57,7 +57,6 @@ struct io_mapped_ubuf {
struct bio_vec bvec[];
};
void io_rsrc_put_tw(struct callback_head *cb);
void io_rsrc_node_ref_zero(struct io_rsrc_node *node);
void io_rsrc_node_destroy(struct io_ring_ctx *ctx, struct io_rsrc_node *ref_node);
struct io_rsrc_node *io_rsrc_node_alloc(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