net: allow GFP_HIGHMEM in __vmalloc()
commit7a1c8e5ab120a5f352e78bbc1fa5bb64e6f23639
authorEric Dumazet <eric.dumazet@gmail.com>
Sat, 20 Nov 2010 07:46:35 +0000 (20 07:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Nov 2010 18:04:04 +0000 (21 10:04 -0800)
tree9c9b81e173c59d4be5590be5101c405457acab83
parenta6c36ee677607b02d8ecc88e8a12785418b88107
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 <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ceph/buffer.c
net/core/request_sock.c
net/ipv4/fib_trie.c
net/xfrm/xfrm_hash.c