io_uring: move io_eventfd_put
authorDylan Yudaken <dylany@fb.com>
Tue, 30 Aug 2022 12:50:11 +0000 (05:50 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 21 Sep 2022 16:30:42 +0000 (10:30 -0600)
commitd8e9214f119db5697382c63a62790a4afb5d00cd
tree37e4a9869d657b0d92bdfb9ef4b792a66c984314
parentc0e0d6ba25f180ab76d3c18f8b360a119dffa634
io_uring: move io_eventfd_put

Non functional change: move this function above io_eventfd_signal so it
can be used from there

Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link: https://lore.kernel.org/r/20220830125013.570060-6-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c