]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove GFP_HIGHUSER_PAGECACHE
authorHugh Dickins <hugh@veritas.com>
Tue, 6 Jan 2009 22:39:23 +0000 (14:39 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:01 +0000 (15:59 -0800)
commitdc54dcfceb3408901097ec18bd953af9229a6e9c
tree587da6031de37a716839656cf4fe4245aba2afb4
parentce1d2ff07bbac2fe1eb4fdbd6d15e2e7f992de6e
mm: remove GFP_HIGHUSER_PAGECACHE

GFP_HIGHUSER_PAGECACHE is just an alias for GFP_HIGHUSER_MOVABLE, making
that harder to track down: remove it, and its out-of-work brothers
GFP_NOFS_PAGECACHE and GFP_USER_PAGECACHE.

Since we're making that improvement to hotremove_migrate_alloc(), I think
we can now also remove one of the "o"s from its comment.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Acked-by: Mel Gorman <mel@csn.ul.ie>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/inode.c
include/linux/gfp.h
mm/memory_hotplug.c