]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ibmveth: Convert to netdev_alloc_skb
authorSantiago Leon <santil@linux.vnet.ibm.com>
Fri, 3 Sep 2010 18:29:03 +0000 (18:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Sep 2010 01:21:51 +0000 (18:21 -0700)
commit003212cc599cdc006de486e28c1f6b327bcb9808
tree9174a37ccd0e1557116d15d981f7425c92462469
parentd2684b516020c162b2852a2171ec588713c6cec0
ibmveth: Convert to netdev_alloc_skb

We were using alloc_skb which doesn't create any headroom. Change it to
use netdev_alloc_skb to match most other drivers.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Santiago Leon <santil@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ibmveth.c