diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2021-03-22 01:45:59 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-03-22 07:40:14 -0600 |
commit | b65c128f963df367a8adcfb08f5ecf8721052723 (patch) | |
tree | da76654c20d63c3f21e96bf5b14311cc561893af /.gitignore | |
parent | d07f1e8a42614cc938c9c88866d4474a5a7fee31 (diff) |
io_uring: don't skip file_end_write() on reissue
Don't miss to call kiocb_end_write() from __io_complete_rw() on reissue.
Shouldn't be much of a problem as the function actually does some work
only for ISREG, and NONBLOCK won't be reissued.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/32af9b77c5b874e1bee1a3c46396094bd969e577.1616366969.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions