]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: return cancelation status from poll/timeout/files handlers
authorJens Axboe <axboe@kernel.dk>
Sat, 26 Sep 2020 21:05:03 +0000 (15:05 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Oct 2020 02:32:32 +0000 (20:32 -0600)
commita0a7daa4d158cb67b7451f99df803f6b26991835
tree245022a503892e0bc7dfd8d4467d440d11f88a3c
parent16303a5366e723566e2fb18104ef4a93f5691624
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>
fs/io_uring.c