commit | a5b5c958ffd1610545d6b4b8290aa9c5266d10fa | [log] [tgz] |
---|---|---|
author | WANG Cong <xiyou.wangcong@gmail.com> | Tue Feb 11 17:07:32 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 12 19:23:32 2014 -0500 |
tree | 532a87c5ae6d0c2f2f766820c051f7a5b8f7a366 | |
parent | 86062033feb8a1692f7a3d570c652f1b4a4b4b52 [diff] |
net_sched: act: refactor cleanup ops For bindcnt and refcnt etc., they are common for all actions, not need to repeat such operations for their own, they can be unified now. Actions just need to do its specific cleanup if needed. 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>