Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26303
b: refs/heads/master
c: 693f7d3
h: refs/heads/master
i:
  26301: ca101cf
  26299: dd480c0
  26295: ab0bb17
  26287: 4b77b46
  26271: 0a78015
  26239: 5489bd0
v: v3
  • Loading branch information
shin, jacob authored and Linus Torvalds committed Apr 28, 2006
1 parent 6b9ac05 commit 144c379
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4de0b1ee1b630318553248c4cfc78358720a5c84
refs/heads/master: 693f7d362055261882659475d2ef022e32edbff1
3 changes: 2 additions & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,8 @@ static void __drain_alien_cache(struct kmem_cache *cachep,
* That way we could avoid the overhead of putting the objects
* into the free lists and getting them back later.
*/
transfer_objects(rl3->shared, ac, ac->limit);
if (rl3->shared)
transfer_objects(rl3->shared, ac, ac->limit);

free_block(cachep, ac->entry, ac->avail, node);
ac->avail = 0;
Expand Down

0 comments on commit 144c379

Please sign in to comment.