Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56897
b: refs/heads/master
c: 33e9e24
h: refs/heads/master
i:
  56895: 2d6c5d6
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed May 24, 2007
1 parent 664594f commit 56d75a5
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: 418508c13222ddba475873ea95c8aeadd26104f2
refs/heads/master: 33e9e24101abac2bf3535d0d013d6d27d19197cb
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ static void kmem_cache_open_debug_check(struct kmem_cache *s)
* Debugging or ctor may create a need to move the free
* pointer. Fail if this happens.
*/
if (s->size >= 65535 * sizeof(void *)) {
if (s->objsize >= 65535 * sizeof(void *)) {
BUG_ON(s->flags & (SLAB_RED_ZONE | SLAB_POISON |
SLAB_STORE_USER | SLAB_DESTROY_BY_RCU));
BUG_ON(s->ctor);
Expand Down

0 comments on commit 56d75a5

Please sign in to comment.