git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6c36ee
)
net: allow GFP_HIGHMEM in __vmalloc()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Sat, 20 Nov 2010 07:46:35 +0000
(07:46 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 21 Nov 2010 18:04:04 +0000
(10:04 -0800)
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>
No differences found