diff --git a/[refs] b/[refs] index 7f0d3457777e..e4e8ebbc6ec7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b873c5d692d4d5453cceed18bb06c62bb1a73ac0 +refs/heads/master: 231d704b4ab7491473c0b1a9cd0c6e0d1cba85b9 diff --git a/trunk/block/blk-throttle.c b/trunk/block/blk-throttle.c index 061dee66e2a6..a29f09240c0f 100644 --- a/trunk/block/blk-throttle.c +++ b/trunk/block/blk-throttle.c @@ -1009,14 +1009,8 @@ int blk_throtl_bio(struct request_queue *q, struct bio **biop) /* * There is already another bio queued in same dir. No * need to update dispatch time. - * Still update the disptime if rate limits on this group - * were changed. */ - if (!tg->limits_changed) - update_disptime = false; - else - tg->limits_changed = false; - + update_disptime = false; goto queue_bio; }