io_uring: add helper for task work execution code
authorHao Xu <haoxu@linux.alibaba.com>
Tue, 7 Dec 2021 09:39:49 +0000 (17:39 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 7 Dec 2021 22:01:57 +0000 (15:01 -0700)
commit9f8d032a364b2b579c6ce5a62b967056f8711e69
tree87ebc071c99a1bd737df3463414d65225cb70e43
parent4813c3779261fab4067edea28155a98c65a41b5f
io_uring: add helper for task work execution code

Add a helper for task work execution code. We will use it later.

Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Hao Xu <haoxu@linux.alibaba.com>
Link: https://lore.kernel.org/r/20211207093951.247840-4-haoxu@linux.alibaba.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c