aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMel Gorman <[email protected]>2009-06-16 15:32:19 -0700
committerLinus Torvalds <[email protected]>2009-06-16 19:47:36 -0700
commita1dd268cf6306565a31a48deff8bf4f6b4b105f7 (patch)
treea6d2cfb6647b22f5896813e7f39db8546e921ef2 /include/linux
parent72807a74c0172376bba6b5b27702c9f702b526e9 (diff)
mm: use alloc_pages_exact() in alloc_large_system_hash() to avoid duplicated logic
alloc_large_system_hash() has logic for freeing pages at the end of an excessively large power-of-two buffer that is a duplicate of what is in alloc_pages_exact(). This patch converts alloc_large_system_hash() to use alloc_pages_exact(). Signed-off-by: Mel Gorman <[email protected]> Acked-by: Hugh Dickins <[email protected]> Cc: Christoph Lameter <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions