Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119875
b: refs/heads/master
c: 5e18e2b
h: refs/heads/master
i:
  119873: 411141d
  119871: 09ebd18
v: v3
  • Loading branch information
Catalin Marinas authored and Linus Torvalds committed Dec 16, 2008
1 parent 13ee65b commit 1f46b1a
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: 35024c384ba4faaeac361a1ffee05a1475f9a9ed
refs/heads/master: 5e18e2b8b3d453e68accc3e295643fe4b5bbc295
2 changes: 1 addition & 1 deletion trunk/mm/slob.c
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ struct kmem_cache *kmem_cache_create(const char *name, size_t size,
struct kmem_cache *c;

c = slob_alloc(sizeof(struct kmem_cache),
flags, ARCH_KMALLOC_MINALIGN, -1);
GFP_KERNEL, ARCH_KMALLOC_MINALIGN, -1);

if (c) {
c->name = name;
Expand Down

0 comments on commit 1f46b1a

Please sign in to comment.