Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io_uring: punt splice async because of inode mutex
Nonblocking do_splice() still may wait for some time on an inode mutex. Let's play safe and always punt it async. Reported-by: Jens Axboe <[email protected]> Signed-off-by: Pavel Begunkov <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information