commit | aa9cd31c3f3ee36dc459b6070bacc581c1bfc334 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Tue Nov 11 09:26:42 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 12 00:00:13 2014 -0500 |
tree | 24b320872f5dff329c1f2bb77a4fe2f55341f031 | |
parent | 71dfda58aaaf4bf6b1bc59f9d8afa635fa1337d4 [diff] |
cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_page Drop the bloated use of __skb_alloc_page and replace it with __dev_alloc_page. In addition update the one other spot that is allocating a page so that it allocates with the correct flags. Cc: Hariprasad S <hariprasad@chelsio.com> Cc: Casey Leedom <leedom@chelsio.com> Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>