Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175903
b: refs/heads/master
c: 3f04ba8
h: refs/heads/master
i:
  175901: b6828b8
  175899: c934330
  175895: 76440fb
  175887: 3ba6903
  175871: 7fa74d9
v: v3
  • Loading branch information
Tejun Heo committed Oct 29, 2009
1 parent 7af8657 commit 4e4bd42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: dec54bf538326a1503dd780c9f2811f495af95c5
refs/heads/master: 3f04ba859597412afbfb31f2fcbe289f2461f9a1
4 changes: 2 additions & 2 deletions trunk/mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ static struct vmap_block *new_vmap_block(gfp_t gfp_mask)
spin_lock(&vbq->lock);
list_add(&vb->free_list, &vbq->free);
spin_unlock(&vbq->lock);
put_cpu_var(vmap_cpu_blocks);
put_cpu_var(vmap_block_queue);

return vb;
}
Expand Down Expand Up @@ -825,7 +825,7 @@ static void *vb_alloc(unsigned long size, gfp_t gfp_mask)
}
spin_unlock(&vb->lock);
}
put_cpu_var(vmap_cpu_blocks);
put_cpu_var(vmap_block_queue);
rcu_read_unlock();

if (!addr) {
Expand Down

0 comments on commit 4e4bd42

Please sign in to comment.