From: Ying Xue Date: Wed, 26 Nov 2014 03:41:48 +0000 (+0800) Subject: tipc: clean up the process of link pushing packets X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~110^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47b4c9a82f2ed0c00aa1c20899b41f54d6f8a07a;p=pandora-kernel.git 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 Reviewed-by: Jon Maloy Signed-off-by: David S. Miller --- Reading git-diff-tree failed