]> git.baikalelectronics.ru Git - kernel.git/commit
atm: unset IFF_XMIT_DST_RELEASE in clip_setup()
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 28 May 2009 11:14:49 +0000 (11:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 May 2009 08:46:28 +0000 (01:46 -0700)
commitd6758bfceb5ecd08ea34aee2cc02042ee55bbc47
treeadcb50b051329aa9f2cd98fef3c579bb18a5a938
parentca0e2707f7556cea01a5edf9b55033f9c84a603f
atm: unset IFF_XMIT_DST_RELEASE in clip_setup()

clip_start_xmit() needs skb->dst so tell dev_hard_start_xmit()
to no release it.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/clip.c