Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47513
b: refs/heads/master
c: 898552c
h: refs/heads/master
i:
  47511: e78b2a2
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Feb 11, 2007
1 parent 18f5eee commit 3f2c1d6
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: 0c12b51712ced2c0d89a8ec3d546ed810f86d33e
refs/heads/master: 898552c9d807fe59f3ecaf9c300c109358375c12
1 change: 1 addition & 0 deletions trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -3751,6 +3751,7 @@ void kmem_cache_free(struct kmem_cache *cachep, void *objp)
BUG_ON(virt_to_cache(objp) != cachep);

local_irq_save(flags);
debug_check_no_locks_freed(objp, obj_size(cachep));
__cache_free(cachep, objp);
local_irq_restore(flags);
}
Expand Down

0 comments on commit 3f2c1d6

Please sign in to comment.