net: respect GFP_DMA in __netdev_alloc_skb()
authorEric Dumazet <edumazet@google.com>
Mon, 16 Jul 2012 11:15:52 +0000 (13:15 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Jul 2012 11:17:49 +0000 (04:17 -0700)
Few drivers use GFP_DMA allocations, and netdev_alloc_frag()
doesn't allocate pages in DMA zone.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found