mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-02-08 19:32:04 +00:00
![Jens Axboe](/assets/img/avatar_default.png)
- ->init_queue() does not need the elevator passed in - ->put_request() is a hot path and need not have the queue passed in - cfq_update_io_seektime() does not need cfqd passed in Signed-off-by: Jens Axboe <jens.axboe@oracle.com>