io_uring: async task poll trigger cleanup
authorJens Axboe <axboe@kernel.dk>
Sun, 17 May 2020 23:43:31 +0000 (17:43 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 17 May 2020 23:43:31 +0000 (17:43 -0600)
commit310672552f4aea2ad50704711aa3cdd45f5441e9
treef10c2185446db4c29f1e8884e171d95ba63fea7e
parentf2a8d5c7a218b9c24befb756c4eb30aa550ce822
io_uring: async task poll trigger cleanup

If the request is still hashed in io_async_task_func(), then it cannot
have been canceled and it's pointless to check. So save that check.

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