diff options
author | Mel Gorman <mel@csn.ul.ie> | 2009-06-16 15:32:19 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-16 19:47:36 -0700 |
commit | a1dd268cf6306565a31a48deff8bf4f6b4b105f7 (patch) | |
tree | a6d2cfb6647b22f5896813e7f39db8546e921ef2 /fs/proc | |
parent | 72807a74c0172376bba6b5b27702c9f702b526e9 (diff) | |
download | blackbird-obmc-linux-a1dd268cf6306565a31a48deff8bf4f6b4b105f7.tar.gz blackbird-obmc-linux-a1dd268cf6306565a31a48deff8bf4f6b4b105f7.zip |
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 <mel@csn.ul.ie>
Acked-by: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Cc: Christoph Lameter <cl@linux.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/proc')
0 files changed, 0 insertions, 0 deletions