Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319579
b: refs/heads/master
c: 44a8bde
h: refs/heads/master
i:
  319577: e5ce4af
  319575: f3fce7d
v: v3
  • Loading branch information
Christoph Lameter authored and Pekka Enberg committed Jul 12, 2012
1 parent a412e47 commit 845bbc0
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: 737b719ed6569ffcd015fcdf3039dc7af47af877
refs/heads/master: 44a8bdea19dff1abcdc4528e5f7e038b18ee5255
2 changes: 1 addition & 1 deletion trunk/mm/slob.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ struct kmem_cache *__kmem_cache_create(const char *name, size_t size,

if (c) {
c->name = name;
c->size = c->object_size;
c->size = size;
if (flags & SLAB_DESTROY_BY_RCU) {
/* leave room for rcu footer at the end of object */
c->size += sizeof(struct slob_rcu);
Expand Down

0 comments on commit 845bbc0

Please sign in to comment.