Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139051
b: refs/heads/master
c: 6700ec6
h: refs/heads/master
i:
  139049: bc05d7a
  139047: f8c5a58
v: v3
  • Loading branch information
Ingo Molnar committed Feb 15, 2009
1 parent cf1a3fd commit cc3ad11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 868a23a8043f2a3042dae60105c89bd4680187ba
refs/heads/master: 6700ec65c207068a81a535e9dca616fefac21671
3 changes: 1 addition & 2 deletions trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1963,11 +1963,10 @@ static int kswapd(void *p)
struct reclaim_state reclaim_state = {
.reclaimed_slab = 0,
};
node_to_cpumask_ptr(cpumask, pgdat->node_id);

lockdep_set_current_reclaim_state(GFP_KERNEL);

node_to_cpumask_ptr(cpumask, pgdat->node_id);

if (!cpumask_empty(cpumask))
set_cpus_allowed_ptr(tsk, cpumask);
current->reclaim_state = &reclaim_state;
Expand Down

0 comments on commit cc3ad11

Please sign in to comment.