Skip to content
Commit e053aaf4 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: fix issue with io_write() not always undoing sb_start_write()



This is actually an older issue, but we never used to hit the -EAGAIN
path before having done sb_start_write(). Make sure that we always call
kiocb_end_write() if we need to retry the write, so that we keep the
calls to sb_start_write() etc balanced.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 4e17aaab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment