Re: [PATCH V3 00/16] Introduce the BFQ I/O scheduler

From: Bart Van Assche
Date: Tue Apr 11 2017 - 14:32:03 EST


On Tue, 2017-04-11 at 19:37 +0200, Paolo Valente wrote:
> Just pushed:
> https://github.com/Algodev-github/bfq-mq/tree/add-bfq-mq-logical

Thanks!

But are you aware that the code on that branch doesn't build?

$ make all
[ ... ]
ERROR: "bfq_mark_bfqq_busy" [block/bfq-wf2q.ko] undefined!
ERROR: "bfqg_stats_update_dequeue" [block/bfq-wf2q.ko] undefined!
[ ... ]

$ PAGER= git grep bfq_mark_bfqq_busy
block/bfq-wf2q.c:       bfq_mark_bfqq_busy(bfqq);

Bart.