Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86681
b: refs/heads/master
c: 27d9e4e
h: refs/heads/master
i:
  86679: 671d16f
v: v3
  • Loading branch information
Christoph Lameter committed Mar 3, 2008
1 parent e734313 commit 1575e85
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: d692ef6dcd20da60786470654410e85f29c2ddd9
refs/heads/master: 27d9e4e94862c89d171cf70911b4f11ad69fb54e
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1681,8 +1681,8 @@ static __always_inline void slab_free(struct kmem_cache *s,
unsigned long flags;

local_irq_save(flags);
debug_check_no_locks_freed(object, s->objsize);
c = get_cpu_slab(s, smp_processor_id());
debug_check_no_locks_freed(object, c->objsize);
if (likely(page == c->page && c->node >= 0)) {
object[c->offset] = c->freelist;
c->freelist = object;
Expand Down

0 comments on commit 1575e85

Please sign in to comment.