]> git.baikalelectronics.ru Git - kernel.git/commit
net_sched: convert tcf_proto_ops to use struct list_head
authorWANG Cong <xiyou.wangcong@gmail.com>
Mon, 16 Dec 2013 04:15:11 +0000 (20:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Dec 2013 17:52:08 +0000 (12:52 -0500)
commit7a57eacaff226e7eaf399e7b12181a6b75d9f157
treee21fb125479524e1e2f765603283f2070cef80bc
parente20f31b112b28b4a4ff46b21411c5972e0e9ca31
net_sched: convert tcf_proto_ops to use struct list_head

We don't need to maintain our own singly linked list code.

Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sch_generic.h
net/sched/cls_api.c