]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/eventfd: move actual signaling part into separate helper
authorJens Axboe <axboe@kernel.dk>
Sat, 21 Sep 2024 07:59:49 +0000 (01:59 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Oct 2024 19:43:26 +0000 (13:43 -0600)
commit60c5f15800f21883615689e2423217a9c8a1b502
tree4df2c4b90cef15996939bb7e6aeb518ffd4aab7e
parent3c90b80df5b574c2c61626fd40fa3b23be21fa26
io_uring/eventfd: move actual signaling part into separate helper

In preparation for using this from multiple spots, move the signaling
into a helper.

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