io_uring/eventfd: check for the need to async notifier earlier
authorJens Axboe <axboe@kernel.dk>
Sat, 21 Sep 2024 07:59:48 +0000 (01:59 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 Oct 2024 15:04:09 +0000 (09:04 -0600)
commitf1931428001ac57237a944cab7e992e85c213e8b
tree0f40b3d61c36eb3eec8edc11def61e017fdba2cb
parentcb60af90cbb462e2a518c1a7a92905acc74d439b
io_uring/eventfd: check for the need to async notifier earlier

It's not necessary to do this post grabbing a reference. With that, we
can drop the out goto path as well.

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