From: Mikulas Patocka Date: Wed, 10 Jul 2013 22:41:16 +0000 (+0100) Subject: dm: use __GFP_HIGHMEM in __vmalloc X-Git-Tag: v3.11-rc1~20^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=220cd058d9b66b940105e0a32324f06d557deba7;p=pandora-kernel.git dm: use __GFP_HIGHMEM in __vmalloc Use __GFP_HIGHMEM in __vmalloc. Pages allocated with __vmalloc can be allocated in high memory that is not directly mapped to kernel space, so use __GFP_HIGHMEM just like vmalloc does. This patch reduces memory pressure slightly because pages can be allocated in the high zone. Signed-off-by: Mikulas Patocka Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed