Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251170
b: refs/heads/master
c: 4cbadbd
h: refs/heads/master
v: v3
  • Loading branch information
Vivek Goyal authored and Jens Axboe committed May 23, 2011
1 parent 84c08d2 commit 4f74c60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e69723fef8771a9d57bd27d36281d756130b4b5
refs/heads/master: 4cbadbd16e2fb727f6926597e0a580829e6222f1
3 changes: 3 additions & 0 deletions trunk/block/blk-ioc.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ struct io_context *alloc_io_context(gfp_t gfp_flags, int node)
INIT_RADIX_TREE(&ret->radix_root, GFP_ATOMIC | __GFP_HIGH);
INIT_HLIST_HEAD(&ret->cic_list);
ret->ioc_data = NULL;
#if defined(CONFIG_BLK_CGROUP) || defined(CONFIG_BLK_CGROUP_MODULE)
ret->cgroup_changed = 0;
#endif
}

return ret;
Expand Down

0 comments on commit 4f74c60

Please sign in to comment.