io_uring/eventfd: abstract out ev_fd put helper
authorJens Axboe <axboe@kernel.dk>
Sat, 21 Sep 2024 07:41:12 +0000 (01:41 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 24 Sep 2024 19:32:03 +0000 (13:32 -0600)
commit6a4fa1912d0942ff18525bb51f47b172c5e8f234
tree4bd88572bb5b5492c799077492cbd5d887107393
parent1893c0b7a265a9a3995106aa4b47c9e62bebacaf
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.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/eventfd.c