]> git.ipfire.org Git - thirdparty/linux.git/commit
io_uring/eventfd: abstract out ev_fd put helper
authorJens Axboe <axboe@kernel.dk>
Sat, 21 Sep 2024 07:59:47 +0000 (01:59 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Oct 2024 19:43:26 +0000 (13:43 -0600)
commit165126dc5e23979721122dc5c7cfb28b1ca234cc
treee5e766dbeb9bd77fbc13d596e19fd5d5e2e2364a
parent42f7652d3eb527d03665b09edac47f85fb600924
io_uring/eventfd: abstract out ev_fd put helper

We call this in two spot, have a helper for it. In preparation for
extending this part.

Link: https://lore.kernel.org/r/20240921080307.185186-2-axboe@kernel.dk
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/eventfd.c