Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320920
b: refs/heads/master
c: 4638a83
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson authored and Jens Axboe committed Aug 1, 2012
1 parent 303d689 commit 46d48f5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fe86cdcef73ba19a2246a124f0ddbd19b14fb549
refs/heads/master: 4638a83e8615de9c16c39dfed234951d0f468cf1
1 change: 1 addition & 0 deletions trunk/block/blk-ioc.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ int create_task_io_context(struct task_struct *task, gfp_t gfp_flags, int node)

/* initialize */
atomic_long_set(&ioc->refcount, 1);
atomic_set(&ioc->nr_tasks, 1);
atomic_set(&ioc->active_ref, 1);
spin_lock_init(&ioc->lock);
INIT_RADIX_TREE(&ioc->icq_tree, GFP_ATOMIC | __GFP_HIGH);
Expand Down

0 comments on commit 46d48f5

Please sign in to comment.