net: unset IFF_XMIT_DST_RELEASE for qeth and ipoib
commit86d15cd83363a9787039895cb1a1b6be50f82ad3
authorEric Dumazet <eric.dumazet@gmail.com>
Sun, 31 May 2009 06:04:46 +0000 (30 23:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 31 May 2009 06:04:46 +0000 (30 23:04 -0700)
tree49145230381c8113766a946b208565a8cd8d585d
parent342a437ef625953e8bdeee3bc1605ccd27a38863
net: unset IFF_XMIT_DST_RELEASE for qeth and ipoib

Last two drivers that need skb->dst in their start_xmit() function

Tell dev_hard_start_xmit() to no release it by unsetting  IFF_XMIT_DST_RELEASE

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/infiniband/ulp/ipoib/ipoib_main.c
drivers/s390/net/qeth_l3_main.c