Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330447
b: refs/heads/master
c: f28510d
h: refs/heads/master
i:
  330445: 3a8526f
  330443: af6bae8
  330439: 14d75e7
  330431: f966565
v: v3
  • Loading branch information
Christoph Lameter authored and Pekka Enberg committed Sep 19, 2012
1 parent 3b4d943 commit e7ff0b6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9df53b154ac712c87db1170057aa6df05eb7bdbd
refs/heads/master: f28510d30c7f03daa290019fbc57ad8277347614
2 changes: 2 additions & 0 deletions trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ static void cache_estimate(unsigned long gfporder, size_t buffer_size,
*left_over = slab_size - nr_objs*buffer_size - mgmt_size;
}

#if DEBUG
#define slab_error(cachep, msg) __slab_error(__func__, cachep, msg)

static void __slab_error(const char *function, struct kmem_cache *cachep,
Expand All @@ -812,6 +813,7 @@ static void __slab_error(const char *function, struct kmem_cache *cachep,
function, cachep->name, msg);
dump_stack();
}
#endif

/*
* By default on NUMA we use alien caches to stage the freeing of
Expand Down

0 comments on commit e7ff0b6

Please sign in to comment.