mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
block: add wbt_disable_default export for BFQ
This isn't unused, if BFQ is modular we get into trouble.
Fixes: b6676f653f
("block: remove a few unused exports")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
0d945c1f96
commit
e815f404af
@ -754,6 +754,7 @@ void wbt_disable_default(struct request_queue *q)
|
||||
if (rwb->enable_state == WBT_STATE_ON_DEFAULT)
|
||||
rwb->wb_normal = 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(wbt_disable_default);
|
||||
|
||||
static struct rq_qos_ops wbt_rqos_ops = {
|
||||
.throttle = wbt_wait,
|
||||
|
Loading…
Reference in New Issue
Block a user