Message ID | 20230808151058.4572-1-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [-next] io_uring/rsrc: Remove unused declaration io_rsrc_put_tw() | expand |
On Tue, 08 Aug 2023 23:10:58 +0800, Yue Haibing wrote: > Commit 36b9818a5a84 ("io_uring/rsrc: don't offload node free") > removed the implementation but leave declaration. > > Applied, thanks! [1/1] io_uring/rsrc: Remove unused declaration io_rsrc_put_tw() commit: 968c584cd8cc0da186befca5fc994988be61aab7 Best regards,
diff --git a/io_uring/rsrc.h b/io_uring/rsrc.h index 0a8a95e9b99e..8afa9ec66a55 100644 --- a/io_uring/rsrc.h +++ b/io_uring/rsrc.h @@ -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);
Commit 36b9818a5a84 ("io_uring/rsrc: don't offload node free") removed the implementation but leave declaration. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> --- io_uring/rsrc.h | 1 - 1 file changed, 1 deletion(-)