commit | 47b4c9a82f2ed0c00aa1c20899b41f54d6f8a07a | [log] [tgz] |
---|---|---|
author | Ying Xue <ying.xue@windriver.com> | Wed Nov 26 11:41:48 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 26 12:30:16 2014 -0500 |
tree | 5467cbb0b503c03207a1e4b0291fd334d99510d8 | |
parent | 7b6f087f98107617e0535a6ed378c561f1ae84d7 [diff] |
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>