commit | 1829b086d175ba07a01ff6934fd51a59bc9be4ce | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Tue Mar 01 05:48:12 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 03 13:02:30 2011 -0800 |
tree | 6370f458a59f9a3065ae12213885f76ce40c7da6 | |
parent | 6b8a66ee919e40111e3d257b2c22b5773e34ead1 [diff] |
benet: use GFP_KERNEL allocations when possible Extend be_alloc_pages() with a gfp parameter, so that we use GFP_KERNEL allocations instead of GFP_ATOMIC when not running in softirq context. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Acked-by: Ajit Khaparde <ajit.khaparde@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>