Skip to content

Commit

Permalink
block: add wbt_disable_default export for BFQ
Browse files Browse the repository at this point in the history
This isn't unused, if BFQ is modular we get into trouble.

Fixes: b6676f6 ("block: remove a few unused exports")
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Nov 15, 2018
1 parent 0d945c1 commit e815f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions block/blk-wbt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e815f40

Please sign in to comment.