Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311585
b: refs/heads/master
c: 9b2ea86
h: refs/heads/master
i:
  311583: caca8ee
v: v3
  • Loading branch information
Tejun Heo authored and Jens Axboe committed Jun 4, 2012
1 parent 8e63eb5 commit 4746ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: ffea73fc723a12fdde4c9fb3fcce5d154d1104a1
refs/heads/master: 9b2ea86bc9e940950a088e9795ab28f006e73276
6 changes: 1 addition & 5 deletions trunk/block/blk-cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,8 @@ static struct blkcg_gq *blkg_alloc(struct blkcg *blkcg, struct request_queue *q)

blkg->pd[i] = pd;
pd->blkg = blkg;
}

/* invoke per-policy init */
for (i = 0; i < BLKCG_MAX_POLS; i++) {
struct blkcg_policy *pol = blkcg_policy[i];

/* invoke per-policy init */
if (blkcg_policy_enabled(blkg->q, pol))
pol->pd_init_fn(blkg);
}
Expand Down

0 comments on commit 4746ef2

Please sign in to comment.