Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302712
b: refs/heads/master
c: 3340808
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Thomas Gleixner committed Apr 18, 2012
1 parent 23c3850 commit 995296c
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: 765a5e0cb581ef32646f58a213b38b56c77709b0
refs/heads/master: 3340808cf04faad7b87d6c6e13800825e5552b51
2 changes: 1 addition & 1 deletion trunk/lib/debugobjects.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static void fill_pool(void)

new = kmem_cache_zalloc(obj_cache, gfp);
if (!new)
return obj_pool_free;
return;

raw_spin_lock_irqsave(&pool_lock, flags);
hlist_add_head(&new->node, &obj_pool);
Expand Down

0 comments on commit 995296c

Please sign in to comment.