]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: clean up the process of link pushing packets
authorYing Xue <ying.xue@windriver.com>
Wed, 26 Nov 2014 03:41:48 +0000 (11:41 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Nov 2014 17:30:16 +0000 (12:30 -0500)
commit240ae5ee8b1470a51b2aba417a94168ed46d28b2
tree5467cbb0b503c03207a1e4b0291fd334d99510d8
parentca23a534497fde003612038f9f6dc374119ec7f2
tipc: clean up the process of link pushing packets

In original tipc_link_push_packet(), it pushes messages from protocol
message queue, retransmission queue and next_out queue. But as the two
first queues are removed, we can simplify its relevant code through
deleting tipc_link_push_queue().

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/bcast.c
net/tipc/link.c
net/tipc/link.h