io_uring: factor in number of overflows for task wake
authorJens Axboe <axboe@kernel.dk>
Wed, 5 Jun 2024 16:28:34 +0000 (10:28 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 5 Jun 2024 16:28:34 +0000 (10:28 -0600)
commita66a97defa784e09e25a98f527404e84c61d025d
tree4f9a8ca5ee5dd05f2bb377dbf5d2cd47551f4896
parent700b26f01fbd845673ae0ebdac50d82b117d4fa5
io_uring: factor in number of overflows for task wake

When adding local task_work, add the number of overflow entries to the
pending count, if any exist.

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