]> Git Repo - J-linux.git/commit
block/mq-deadline: Set the fifo_time member also if inserting at head
authorBart Van Assche <[email protected]>
Fri, 13 May 2022 17:13:07 +0000 (10:13 -0700)
committerJens Axboe <[email protected]>
Fri, 13 May 2022 23:02:46 +0000 (17:02 -0600)
commit725f22a1477c9c15aa67ad3af96fe28ec4fe72d2
treed2f3270d45e409aa827d3c47d4c2e6321dd63474
parentf1c8781ac9d87650ccf45a354c0bbfa3f9230371
block/mq-deadline: Set the fifo_time member also if inserting at head

Before commit 322cff70d46c the fifo_time member of requests on a dispatch
list was not used. Commit 322cff70d46c introduces code that reads the
fifo_time member of requests on dispatch lists. Hence this patch that sets
the fifo_time member when adding a request to a dispatch list.

Cc: Christoph Hellwig <[email protected]>
Cc: Ming Lei <[email protected]>
Cc: Damien Le Moal <[email protected]>
Fixes: 322cff70d46c ("block/mq-deadline: Prioritize high-priority requests")
Signed-off-by: Bart Van Assche <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
block/mq-deadline.c
This page took 0.044981 seconds and 4 git commands to generate.