io_uring: flush completions for fallbacks
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 18 Aug 2021 11:42:45 +0000 (12:42 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Aug 2021 19:13:04 +0000 (13:13 -0600)
commit5636c00d3e8ef1f6d1291e71edb48f727ba5a999
treed7f83f422bf02bb67e72b22e0281ba50c81604d3
parent26578cda3db983b17cabe4e577af26306beb9987
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>
fs/io_uring.c