From: Eric Dumazet Date: Sat, 20 Nov 2010 07:46:35 +0000 (+0000) Subject: net: allow GFP_HIGHMEM in __vmalloc() X-Git-Tag: v2.6.37-rc4~61^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a1c8e5ab120a5f352e78bbc1fa5bb64e6f23639;p=pandora-kernel.git net: allow GFP_HIGHMEM in __vmalloc() We forgot to use __GFP_HIGHMEM in several __vmalloc() calls. In ceph, add the missing flag. In fib_trie.c, xfrm_hash.c and request_sock.c, using vzalloc() is cleaner and allows using HIGHMEM pages as well. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed