io_uring/eventfd: check for the need to async notifier earlier
authorJens Axboe <axboe@kernel.dk>
Sat, 21 Sep 2024 07:46:02 +0000 (01:46 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 24 Sep 2024 19:32:03 +0000 (13:32 -0600)
commitde188cc3f493e0255b445cfe32cf4d1c2b74871e
tree25357e86cc60f31bb4df11103a022ed8c3dd0306
parent6a4fa1912d0942ff18525bb51f47b172c5e8f234
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.

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