]> www.infradead.org Git - users/willy/xarray.git/commit
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>
Tue, 29 Oct 2024 19:43:26 +0000 (13:43 -0600)
commit3c90b80df5b574c2c61626fd40fa3b23be21fa26
treeaf07935a351b12b8ba73249df454d78e4f4d99f8
parent165126dc5e23979721122dc5c7cfb28b1ca234cc
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