On 9/27/21 3:53 PM, Damien Le Moal wrote:
On 2021/09/28 7:03, Bart Van Assche wrote:
/*
* 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 ?
*/
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.