From: Anuj Gupta Date: Mon, 2 Sep 2024 06:21:34 +0000 (+0530) Subject: io_uring: remove unused rsrc_put_fn X-Git-Tag: v6.12-rc1~205^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9f9ce65c2436879779d39c6e65b95c74a206e49;p=thirdparty%2Fkernel%2Flinux.git io_uring: remove unused rsrc_put_fn rsrc_put_fn is declared but never used, remove it. Signed-off-by: Anuj Gupta Link: https://lore.kernel.org/r/20240902062134.136387-3-anuj20.g@samsung.com Signed-off-by: Jens Axboe --- diff --git a/io_uring/rsrc.h b/io_uring/rsrc.h index 18242b2e9da49..3d0dda3556e6e 100644 --- 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;