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

io_uring: remove dead check in io_splice()



We checked for 'force_nonblock' higher up, so it's definitely false
at this point. Kill the check, it's a remnant of when we tried to do
inline splice without always punting to async context.

Fixes: 2fb3e822 ("io_uring: punt splice async because of inode mutex")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent bd2ab18a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment