Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8935
b: refs/heads/master
c: c7e43c7
h: refs/heads/master
i:
  8933: 2a3ffd2
  8931: 8ed4b7e
  8927: 7b0ee1f
v: v3
  • Loading branch information
Alok Kataria authored and Linus Torvalds committed Sep 14, 2005
1 parent 7144f4f commit 6a9158b
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: c7fb0b35ada6e0e691e70af5591a2006fbec85b5
refs/heads/master: c7e43c78ae4d8630c418ce3495787b995e61a580
2 changes: 1 addition & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ static inline kmem_cache_t *__find_general_cachep(size_t size,
* kmem_cache_create(), or __kmalloc(), before
* the generic caches are initialized.
*/
BUG_ON(csizep->cs_cachep == NULL);
BUG_ON(malloc_sizes[INDEX_AC].cs_cachep == NULL);
#endif
while (size > csizep->cs_size)
csizep++;
Expand Down

0 comments on commit 6a9158b

Please sign in to comment.