summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorYing Xue <ying.xue@windriver.com>2013-01-20 23:30:08 +0100
committerPaul Gortmaker <paul.gortmaker@windriver.com>2013-02-15 16:10:13 -0500
commit57467e56293796f780e91a24600a732516f534ac (patch)
tree0d6915d5ef8b851d6099fcdf49d342f1ea5d254f /ipc
parentd887199dc28c46788b155b234274d5ff41afed8e (diff)
downloadlinux-57467e56293796f780e91a24600a732516f534ac.tar.bz2
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 <ying.xue@windriver.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions