Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56478
b: refs/heads/master
c: 1800782
h: refs/heads/master
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed May 17, 2007
1 parent b67bdb5 commit 1aea2f7
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: 1abd727ed7abf5c19e7d1760671475cbecbccb0e
refs/heads/master: 1800782016fda6fbc9990a0227fec581070f23af
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2522,7 +2522,7 @@ struct kmem_cache *kmem_cache_create(const char *name, size_t size,
struct kmem_cache *s;

down_write(&slub_lock);
s = find_mergeable(size, align, flags, dtor, ctor);
s = find_mergeable(size, align, flags, ctor, dtor);
if (s) {
s->refcount++;
/*
Expand Down

0 comments on commit 1aea2f7

Please sign in to comment.