io_uring: abstract out io_async_cancel_one() helper
authorJens Axboe <axboe@kernel.dk>
Tue, 5 Nov 2019 19:39:45 +0000 (12:39 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 7 Nov 2019 19:31:31 +0000 (12:31 -0700)
commite977d6d34f0c08e3c3b132c9e73b98d0db50abc1
tree8adb3960e2d44a8cff8b8aaf22c3d4931c0a8640
parent267bc90442aa47002e2991f7d9dd141e168b466b
io_uring: abstract out io_async_cancel_one() helper

We're going to need this helper in a future patch, so move it out
of io_async_cancel() and into its own separate function.

No functional changes in this patch.

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