From: Alexander Duyck Date: Tue, 11 Nov 2014 17:26:57 +0000 (-0800) Subject: fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~216^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42b17f09550170fd238d76368e8fa8dfcc893082;p=pandora-kernel.git fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page The Intel drivers were pretty much just using the plain vanilla GFP flags in their calls to __skb_alloc_page so this change makes it so that they use dev_alloc_page which just uses GFP_ATOMIC for the gfp_flags value. Cc: Jeff Kirsher Cc: Matthew Vick Cc: Don Skidmore Signed-off-by: Alexander Duyck Acked-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed