projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f4915b
)
SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 release
author
Christoph Lameter
<clameter@sgi.com>
Sun, 1 Jul 2007 19:06:35 +0000
(12:06 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sun, 1 Jul 2007 19:29:43 +0000
(12:29 -0700)
We agreed to remove the WARN_ON_ONCE before 2.6.22 is released.
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slab.c
patch
|
blob
|
history
diff --git
a/mm/slab.c
b/mm/slab.c
index
6d65cf4
..
a9c4472
100644
(file)
--- a/
mm/slab.c
+++ b/
mm/slab.c
@@
-774,7
+774,6
@@
static inline struct kmem_cache *__find_general_cachep(size_t size,
*/
BUG_ON(malloc_sizes[INDEX_AC].cs_cachep == NULL);
#endif
- WARN_ON_ONCE(size == 0);
while (size > csizep->cs_size)
csizep++;