Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54216
b: refs/heads/master
c: bc0055a
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed May 7, 2007
1 parent 8aa3aac commit 0842d60
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3a2cba993b0a04f258ab75e15cf3f08ada268dbd
refs/heads/master: bc0055aee40ba40627361d8ffd8530d315920f18
3 changes: 2 additions & 1 deletion trunk/mm/slob.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ struct kmem_cache *kmem_cache_create(const char *name, size_t size,
c->align = (flags & SLAB_MUST_HWCACHE_ALIGN) ? SLOB_ALIGN : 0;
if (c->align < align)
c->align = align;
}
} else if (flags & SLAB_PANIC)
panic("Cannot create slab cache %s\n", name);

return c;
}
Expand Down

0 comments on commit 0842d60

Please sign in to comment.