aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAnuj Gupta <anuj20.g@samsung.com>2024-09-02 11:51:34 +0530
committerJens Axboe <axboe@kernel.dk>2024-09-02 09:39:57 -0600
commitc9f9ce65c2436879779d39c6e65b95c74a206e49 (patch)
treeff2c193e332d07c54749d04036143fa714e266bb
parentio_uring: add new line after variable declaration (diff)
downloadwireguard-linux-c9f9ce65c2436879779d39c6e65b95c74a206e49.tar.xz
wireguard-linux-c9f9ce65c2436879779d39c6e65b95c74a206e49.zip
io_uring: remove unused rsrc_put_fn
rsrc_put_fn is declared but never used, remove it. Signed-off-by: Anuj Gupta <anuj20.g@samsung.com> Link: https://lore.kernel.org/r/20240902062134.136387-3-anuj20.g@samsung.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '')
-rw-r--r--io_uring/rsrc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/io_uring/rsrc.h b/io_uring/rsrc.h
index 18242b2e9da4..3d0dda3556e6 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;