diff --git a/[refs] b/[refs] index 9478056f92c6..c7f36638968d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: faab83bbcd9e001077e42a7c085f1e871997647f +refs/heads/master: 1abd727ed7abf5c19e7d1760671475cbecbccb0e diff --git a/trunk/include/linux/slub_def.h b/trunk/include/linux/slub_def.h index fd6627e2d115..c6c1f4a120e3 100644 --- a/trunk/include/linux/slub_def.h +++ b/trunk/include/linux/slub_def.h @@ -88,7 +88,7 @@ static inline int kmalloc_index(int size) */ WARN_ON_ONCE(size == 0); - if (size >= (1 << KMALLOC_SHIFT_HIGH)) + if (size > (1 << KMALLOC_SHIFT_HIGH)) return -1; if (size > 64 && size <= 96)