Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359495
b: refs/heads/master
c: 356d2e5
h: refs/heads/master
i:
  359493: 79bb843
  359491: 074115a
  359487: ca25985
v: v3
  • Loading branch information
Tejun Heo committed Jan 9, 2013
1 parent c49ad03 commit d0312b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b226e5c411759eec29308f0ea38e918aa695dc7f
refs/heads/master: 356d2e581032b686da0854c7f17de2027c872762
2 changes: 1 addition & 1 deletion trunk/block/blk-cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ static struct blkcg_gq *blkg_alloc(struct blkcg *blkcg, struct request_queue *q,
pd->blkg = blkg;

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

Expand Down

0 comments on commit d0312b5

Please sign in to comment.