Commit 5a20d073 authored by Lei Chen's avatar Lei Chen Committed by Jens Axboe

block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_init

It's unnecessary to call wbt_update_limits explicitly within wbt_init,
because it will be called in the following function wbt_queue_depth_changed.
Signed-off-by: default avatarLei Chen <lennychen@tencent.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 63653368
...@@ -835,7 +835,6 @@ int wbt_init(struct request_queue *q) ...@@ -835,7 +835,6 @@ int wbt_init(struct request_queue *q)
rwb->enable_state = WBT_STATE_ON_DEFAULT; rwb->enable_state = WBT_STATE_ON_DEFAULT;
rwb->wc = 1; rwb->wc = 1;
rwb->rq_depth.default_depth = RWB_DEF_DEPTH; rwb->rq_depth.default_depth = RWB_DEF_DEPTH;
wbt_update_limits(rwb);
/* /*
* Assign rwb and add the stats callback. * Assign rwb and add the stats callback.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment