From: Ying Xue Date: Sun, 20 Jan 2013 22:30:08 +0000 (+0100) Subject: tipc: eliminate duplicated discard_rx_queue routine X-Git-Tag: v3.9-rc1~139^2~50^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57467e56293796f780e91a24600a732516f534ac;p=pandora-kernel.git tipc: eliminate duplicated discard_rx_queue routine The tipc function discard_rx_queue() is just a duplicated implementation of __skb_queue_purge(). Remove the former and directly invoke __skb_queue_purge(). In doing so, the underscores convey to the code reader, more information about the current locking state that is assumed. Signed-off-by: Ying Xue Signed-off-by: Jon Maloy Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed