Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319570
b: refs/heads/master
c: d97d476
h: refs/heads/master
v: v3
  • Loading branch information
Feng Tang authored and Pekka Enberg committed Jul 2, 2012
1 parent 61e0a81 commit 0750e73
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: 0672aa7c236ada6c636e68b2ac2aa135169e6e18
refs/heads/master: d97d476b1bb11e24268a6bac8214f9bc58716b45
2 changes: 1 addition & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -3890,7 +3890,7 @@ void kmem_cache_free(struct kmem_cache *cachep, void *objp)
unsigned long flags;

local_irq_save(flags);
debug_check_no_locks_freed(objp, cachep->size);
debug_check_no_locks_freed(objp, cachep->object_size);
if (!(cachep->flags & SLAB_DEBUG_OBJECTS))
debug_check_no_obj_freed(objp, cachep->object_size);
__cache_free(cachep, objp, __builtin_return_address(0));
Expand Down

0 comments on commit 0750e73

Please sign in to comment.