diff options
author | Mel Gorman <mel@csn.ul.ie> | 2007-10-16 10:25:50 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 18:42:59 +0200 |
commit | e2c55dc87f4a398b9c4dcc702dbc23a07fe14e23 (patch) | |
tree | b3811de298d4c98c4765db4af3838428553b5382 /mm/shmem.c | |
parent | Add a configure option to group pages by mobility (diff) | |
download | linux-e2c55dc87f4a398b9c4dcc702dbc23a07fe14e23.tar.xz linux-e2c55dc87f4a398b9c4dcc702dbc23a07fe14e23.zip |
Drain per-cpu lists when high-order allocations fail
Per-cpu pages can accidentally cause fragmentation because they are free, but
pinned pages in an otherwise contiguous block. When this patch is applied,
the per-cpu caches are drained after the direct-reclaim is entered if the
requested order is greater than 0. It simply reuses the code used by suspend
and hotplug.
Signed-off-by: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/shmem.c')
0 files changed, 0 insertions, 0 deletions