Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300332
b: refs/heads/master
c: 02e1a9c
h: refs/heads/master
v: v3
  • Loading branch information
majianpeng authored and Linus Torvalds committed May 18, 2012
1 parent 906151a commit 5afbc83
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: eb94cd96e05d6c65a07937e66a04ea265c1b767d
refs/heads/master: 02e1a9cd1ea99b67a668f13b61fdf5d42115db0a
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ static bool has_cpu_slab(int cpu, void *info)
struct kmem_cache *s = info;
struct kmem_cache_cpu *c = per_cpu_ptr(s->cpu_slab, cpu);

return !!(c->page);
return c->page || c->partial;
}

static void flush_all(struct kmem_cache *s)
Expand Down

0 comments on commit 5afbc83

Please sign in to comment.