commit | af9c1a44f8dee7a958e07977f24ba40e3c770987 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Sep 24 13:32:18 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 30 20:32:34 2020 -0600 |
tree | 7a38455dbeb05d0cf7efe7b125656c07a582308b | |
parent | 91d8f5191e8fe6fc6a87aa5353b36f5a7409fbec [diff] |
io_uring: process task work in io_uring_register() We do this for CQ ring wait, in case task_work completions come in. We should do the same in io_uring_register(), to avoid spurious -EINTR if the ring quiescing ends up having to process task_work to complete the operation Reported-by: Dan Melnic <dmm@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>