diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2020-06-08 21:08:19 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-06-08 22:47:37 +0300 |
commit | d4c81f38522f3e7f4be1b472ef9988d0ed7f3696 (patch) | |
tree | 4eeb0887d4baa7153abf0f0342bccfff4dd5e3ca /fs/statfs.c | |
parent | ac45abc0e2a8ed16ecc0eea039fe762ddfefbcad (diff) | |
download | linux-d4c81f38522f3e7f4be1b472ef9988d0ed7f3696.tar.xz |
io_uring: don't arm a timeout through work.func
Remove io_link_work_cb() -- the last custom work.func.
Not the prettiest thing, but works. Instead of queueing a linked timeout
in io_link_work_cb() mark a request with REQ_F_QUEUE_TIMEOUT and do
enqueueing based on the flag in io_wq_submit_work().
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/statfs.c')
0 files changed, 0 insertions, 0 deletions