commit | 5683e5406e94ae1bfb0d9516a18fdb281d0f8d1d | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Thu Nov 14 00:59:19 2019 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Nov 13 15:25:57 2019 -0700 |
tree | eda53d05290cfe98a1976d3c23e58cf60f859857 | |
parent | e3a5d8e386c3fb973fa75f2403622a8f3640ec06 [diff] |
io_uring: Fix getting file for timeout For timeout requests io_uring tries to grab a file with specified fd, which is usually stdin/fd=0. Update io_op_needs_file() Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>