Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8748
b: refs/heads/master
c: 8d0986e
h: refs/heads/master
v: v3
  • Loading branch information
Con Kolivas authored and Linus Torvalds committed Sep 13, 2005
1 parent a244c0f commit 5d92b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7979aca38b78ffe6a65ef309f26721c527104eaf
refs/heads/master: 8d0986e289a4b018fec87fcc49538945fb401f37
4 changes: 2 additions & 2 deletions trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1258,9 +1258,9 @@ void wakeup_kswapd(struct zone *zone, int order)
pgdat->kswapd_max_order = order;
if (!cpuset_zone_allowed(zone, __GFP_HARDWALL))
return;
if (!waitqueue_active(&zone->zone_pgdat->kswapd_wait))
if (!waitqueue_active(&pgdat->kswapd_wait))
return;
wake_up_interruptible(&zone->zone_pgdat->kswapd_wait);
wake_up_interruptible(&pgdat->kswapd_wait);
}

#ifdef CONFIG_PM
Expand Down

0 comments on commit 5d92b1d

Please sign in to comment.