commit | 2fb3e82284fca40afbde5351907f0a5b3be717f9 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Fri May 01 17:09:38 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Fri May 01 08:50:57 2020 -0600 |
tree | f373b9b6706caa213245c7131d286f34e6000361 | |
parent | 4ee3631451c9a62e6b6bc7ee51fb9a5b34e33509 [diff] |
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 <axboe@kernel.dk> Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>