Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242252
b: refs/heads/master
c: 231d704
h: refs/heads/master
v: v3
  • Loading branch information
Vivek Goyal authored and Jens Axboe committed Mar 7, 2011
1 parent 435e307 commit ecd409a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b873c5d692d4d5453cceed18bb06c62bb1a73ac0
refs/heads/master: 231d704b4ab7491473c0b1a9cd0c6e0d1cba85b9
8 changes: 1 addition & 7 deletions trunk/block/blk-throttle.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ecd409a

Please sign in to comment.