]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3e6d867fcc66f79827186e991779a98bec4217a5
treed7f83f422bf02bb67e72b22e0281ba50c81604d3
parent9fcb7c3d59c2fdfb5e835c1fa60ead284194b21d
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