Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block: don't access jiffies when initialising io_context
As the comment says the initial value of last_waited is never used, so there is no need to initialise it with the current jiffies. Jiffies is hot enough without accessing it for no reason. Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
- Loading branch information