Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269310
b: refs/heads/master
c: dcc3be6
h: refs/heads/master
v: v3
  • Loading branch information
Alex Shi authored and Pekka Enberg committed Sep 27, 2011
1 parent 96fc683 commit 05b697d
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: 9f26490412cf15b04ac8f44a512ba0b09e774576
refs/heads/master: dcc3be6a548a1e51adaab3be6d9dfbb68bc0e3a0
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1953,7 +1953,7 @@ static void unfreeze_partials(struct kmem_cache *s)

new.frozen = 0;

if (!new.inuse && (!n || n->nr_partial < s->min_partial))
if (!new.inuse && (!n || n->nr_partial > s->min_partial))
m = M_FREE;
else {
struct kmem_cache_node *n2 = get_node(s,
Expand Down

0 comments on commit 05b697d

Please sign in to comment.