diff options
author | Changli Gao <xiaosuo@gmail.com> | 2010-12-04 16:01:52 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-10 23:34:34 +0100 |
commit | 957fca95e3521e471aac4c2e4cfbc21f399bdd84 (patch) | |
tree | b76b95933dda9b9b4319ee8711b555be2c28c23d /net | |
parent | ifb: remove unused macro TX_TIMEOUT (diff) | |
download | linux-957fca95e3521e471aac4c2e4cfbc21f399bdd84.tar.xz linux-957fca95e3521e471aac4c2e4cfbc21f399bdd84.zip |
ifb: use the lockless variants of skb_queue
rq and tq are both protected by tx queue lock, so we can simply use
the lockless variants of skb_queue.
skb_queue_splice_tail_init() is used instead of the open coded and slow
one.
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions