diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 77773329aa72..83eaa2eb72f8 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -2107,7 +2107,7 @@ rebalance: | |||
2107 | sync_migration); | 2107 | sync_migration); |
2108 | if (page) | 2108 | if (page) |
2109 | goto got_pg; | 2109 | goto got_pg; |
2110 | sync_migration = !(gfp_mask & __GFP_NO_KSWAPD); | 2110 | sync_migration = true; |
2111 | 2111 | ||
2112 | /* Try direct reclaim and then allocating */ | 2112 | /* Try direct reclaim and then allocating */ |
2113 | page = __alloc_pages_direct_reclaim(gfp_mask, order, | 2113 | page = __alloc_pages_direct_reclaim(gfp_mask, order, |