diff options
| author | Andrea Arcangeli <[email protected]> | 2011-05-24 17:11:38 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2011-05-25 08:39:10 -0700 |
| commit | c6a140bf164829769499b5e50d380893da39b29e (patch) | |
| tree | 0cfcbd5356cd3cebabba2334dcfdaec6ea47d816 /tools/perf/scripts/python | |
| parent | a6cccdc36c966e51fd969560d870cfd37afbfa9c (diff) | |
mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KSWAPD
It's uncertain this has been beneficial, so it's safer to undo it. All
other compaction users would still go in synchronous mode if a first
attempt at async compaction failed. Hopefully we don't need to force
special behavior for THP (which is the only __GFP_NO_KSWAPD user so far
and it's the easier to exercise and to be noticeable). This also make
__GFP_NO_KSWAPD return to its original strict semantics specific to bypass
kswapd, as THP allocations have khugepaged for the async THP
allocations/compactions.
Signed-off-by: Andrea Arcangeli <[email protected]>
Cc: Alex Villacis Lasso <[email protected]>
Cc: Mel Gorman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions