Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251156
b: refs/heads/master
c: 5617cbe
h: refs/heads/master
v: v3
  • Loading branch information
Vivek Goyal authored and Jens Axboe committed May 20, 2011
1 parent e7d8ed9 commit 8d3e553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 269f541555d8f5da322d592fb3e13e23ed62d80c
refs/heads/master: 5617cbef7723952cbdff28c7a10ff8a254945f4f
4 changes: 1 addition & 3 deletions trunk/block/blk-throttle.c
Original file line number Diff line number Diff line change
Expand Up @@ -1176,10 +1176,8 @@ int blk_throtl_init(struct request_queue *q)
td->root_tg = tg;

rcu_read_lock();
blkiocg_add_blkio_group(&blkio_root_cgroup, &tg->blkg, (void *)td,
0, BLKIO_POLICY_THROTL);
throtl_init_add_tg_lists(td, tg, &blkio_root_cgroup);
rcu_read_unlock();
throtl_add_group_to_td_list(td, tg);

/* Attach throtl data to request queue */
q->td = td;
Expand Down

0 comments on commit 8d3e553

Please sign in to comment.