commit | 5636c00d3e8ef1f6d1291e71edb48f727ba5a999 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Wed Aug 18 12:42:45 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Aug 23 13:13:04 2021 -0600 |
tree | d7f83f422bf02bb67e72b22e0281ba50c81604d3 | |
parent | 26578cda3db983b17cabe4e577af26306beb9987 [diff] |
io_uring: flush completions for fallbacks io_fallback_req_func() doesn't expect anyone creating inline completions, and no one currently does that. Teach the function to flush completions preparing for further changes. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/8b941516921f72e1a64d58932d671736892d7fff.1629286357.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>