commit | 76e1b6427fd8246376a97e3227049d49188dfb9c | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Sep 26 15:05:03 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 30 20:32:32 2020 -0600 |
tree | 245022a503892e0bc7dfd8d4467d440d11f88a3c | |
parent | e3bc8e9dad7f2f83cc807111d4472164c9210153 [diff] |
io_uring: return cancelation status from poll/timeout/files handlers Return whether we found and canceled requests or not. This is in preparation for using this information, no functional changes in this patch. Reviewed-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>