OSDN Git Service

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)
commit76e1b6427fd8246376a97e3227049d49188dfb9c
tree245022a503892e0bc7dfd8d4467d440d11f88a3c
parente3bc8e9dad7f2f83cc807111d4472164c9210153
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