Re: [PATCH v2 4/4] block/mq-deadline: Prioritize high-priority requests
From: Bart Van Assche <bvanassche@acm.org>
Date: 2021-09-27 23:12:16
From: Bart Van Assche <bvanassche@acm.org>
Date: 2021-09-27 23:12:16
On 9/27/21 3:53 PM, Damien Le Moal wrote:
On 2021/09/28 7:03, Bart Van Assche wrote:quoted
/* * deadline_dispatch_requests selects the best request according to - * read/write expire, fifo_batch, etc + * read/write expire, fifo_batch, etc and with a start time <= @latest.s/@latest/@latest_start ?quoted
*/ static struct request *__dd_dispatch_request(struct deadline_data *dd, - struct dd_per_prio *per_prio) + struct dd_per_prio *per_prio, + unsigned long latest_start)
Right, the comment above this function needs to be updated. Bart.