commit | 9b46571142e47503ed4f3ae3be5ed3968d8cb9cc | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Mar 15 14:23:07 2021 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Mar 15 09:32:40 2021 -0600 |
tree | f42817d11f994bd1c4faeaa60aa0bf5603769be9 | |
parent | 9e138a48345427fa42f6076396ea069cebf3c08f [diff] |
io_uring: add generic callback_head helpers We already have helpers to run/add callback_head but taking ctx and working with ctx->exit_task_work. Extract generic versions of them implemented in terms of struct callback_head, it will be used later. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>