Skip to content
Snippets Groups Projects
user avatar
Jens Axboe authored
We need to call kiocb_done() for any ret < 0 to ensure that we always
get the proper -ERESTARTSYS (and friends) transformation done.

At some point this should be tied into general error handling, so we
can get rid of the various (mostly network) related commands that check
and perform this substitution.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
00d23d51