public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH -next] io_uring/rsrc: Remove unused declaration io_rsrc_put_tw()
@ 2023-08-08 15:10 Yue Haibing
  2023-08-08 17:58 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Yue Haibing @ 2023-08-08 15:10 UTC (permalink / raw)
  To: axboe, asml.silence; +Cc: io-uring, linux-kernel, yuehaibing

Commit 36b9818a5a84 ("io_uring/rsrc: don't offload node free")
removed the implementation but leave declaration.

Signed-off-by: Yue Haibing <[email protected]>
---
 io_uring/rsrc.h | 1 -
 1 file changed, 1 deletion(-)

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);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] io_uring/rsrc: Remove unused declaration io_rsrc_put_tw()
  2023-08-08 15:10 [PATCH -next] io_uring/rsrc: Remove unused declaration io_rsrc_put_tw() Yue Haibing
@ 2023-08-08 17:58 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2023-08-08 17:58 UTC (permalink / raw)
  To: asml.silence, Yue Haibing; +Cc: io-uring, linux-kernel


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,
-- 
Jens Axboe




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-08 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-08 15:10 [PATCH -next] io_uring/rsrc: Remove unused declaration io_rsrc_put_tw() Yue Haibing
2023-08-08 17:58 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox