Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57463
b: refs/heads/master
c: 3cdc0ed
h: refs/heads/master
i:
  57461: 237579e
  57459: 48f51da
  57455: 8610284
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Jun 9, 2007
1 parent fa575d2 commit ae8be28
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: a210906c1b791af1434323f69427286039c9c8b9
refs/heads/master: 3cdc0ed0cea50ea08dd146c1bbc82b1bcc2e1b80
2 changes: 1 addition & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -3539,7 +3539,7 @@ static inline void __cache_free(struct kmem_cache *cachep, void *objp)
check_irq_off();
objp = cache_free_debugcheck(cachep, objp, __builtin_return_address(0));

if (use_alien_caches && cache_free_alien(cachep, objp))
if (cache_free_alien(cachep, objp))
return;

if (likely(ac->avail < ac->limit)) {
Expand Down

0 comments on commit ae8be28

Please sign in to comment.