Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87053
b: refs/heads/master
c: 6d2144d
h: refs/heads/master
i:
  87051: eb0ed76
v: v3
  • Loading branch information
Joe Korty authored and Christoph Lameter committed Mar 7, 2008
1 parent a442888 commit 6b05cfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: b6210386787728b84db25adc4f1eba70440a4c73
refs/heads/master: 6d2144d355d2a532e5cc3fc12a6ba2a8d4ef15e4
5 changes: 2 additions & 3 deletions trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -2964,11 +2964,10 @@ static void *cache_alloc_refill(struct kmem_cache *cachep, gfp_t flags)
struct array_cache *ac;
int node;

node = numa_node_id();

retry:
check_irq_off();
node = numa_node_id();
ac = cpu_cache_get(cachep);
retry:
batchcount = ac->batchcount;
if (!ac->touched && batchcount > BATCHREFILL_LIMIT) {
/*
Expand Down

0 comments on commit 6b05cfb

Please sign in to comment.