commit | 957fca95e3521e471aac4c2e4cfbc21f399bdd84 | [log] [tgz] |
---|---|---|
author | Changli Gao <xiaosuo@gmail.com> | Sat Dec 04 15:01:52 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 10 14:34:34 2010 -0800 |
tree | b76b95933dda9b9b4319ee8711b555be2c28c23d | |
parent | c6350362cbb19882ba0eb3578cc1abc07e6ea204 [diff] |
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>