[PATCH net-next-2.6] benet: use GFP_KERNEL allocations when possible
From: Ajit Khaparde <hidden>
Date: 2011-03-01 17:46:38
Thanks Eric.
-----Original Message----- From: Eric Dumazet [mailto:eric.dumazet@gmail.com] Sent: Tuesday, March 01, 2011 9:48 AM To: Khaparde, Ajit Cc: netdev Subject: [PATCH net-next-2.6] 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 <redacted>
Acked-by: Ajit Khaparde <redacted>