]> bbs.cooldavid.org Git - net-next-2.6.git/commit
tipc: Allow retransmission of cloned buffers
authorNeil Horman <nhorman@tuxdriver.com>
Mon, 15 Mar 2010 07:58:45 +0000 (07:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Mar 2010 04:23:24 +0000 (21:23 -0700)
commitca50910185fcce694af0cc194de50d2374a7c7ef
tree536680f779e146ba2f793c6139e569c8af8178d6
parent1a624832a06b465d0e5651901bcbc3680c78d374
tipc: Allow retransmission of cloned buffers

Forward port commit
fc477e160af086f6e30c3d4fdf5f5c000d29beb5
from git://tipc.cslab.ericsson.net/pub/git/people/allan/tipc.git

Origional commit message:

Allow retransmission of cloned buffers

This patch fixes an issue with TIPC's message retransmission logic
that prevented retransmission of clone sk_buffs.  Originally intended
as a means of avoiding wasted work in retransmitting messages that
were still on the driver's outbound queue, it also prevented TIPC
from retransmitting messages through other means -- such as the
secondary bearer of the broadcast link, or another interface in a
set of bonded interfaces.  This fix removes existing checks for
cloned sk_buffs that prevented such retransmission.

Origionally-Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/link.c