Re: [PATCH v2 3/3] blk-wbt: don't enable throttling if default elevator is bfq
From: Christoph Hellwig
Date: Tue Sep 20 2022 - 03:26:12 EST
Matching names is always is a bad idea.
Just ad a flags field to elevator_mq_ops, add a DISABLE_WBT flag
to it, and check for that and everything should become much, much
simpler.